diff --git a/src/Formatter.php b/src/Formatter.php index 57d47399..d4ed94a7 100644 --- a/src/Formatter.php +++ b/src/Formatter.php @@ -9,7 +9,7 @@ interface Formatter * @param mixed $content * @param mixed[] $attributes * - * @throw ContentCouldNotBeFormatted + * @throws ContentCouldNotBeFormatted */ public function format($content, array $attributes = []): string; }