diff --git a/src/Parsing/ParserState.php b/src/Parsing/ParserState.php index 864910fcb..722cd92c6 100644 --- a/src/Parsing/ParserState.php +++ b/src/Parsing/ParserState.php @@ -328,7 +328,7 @@ public function isEnd(): bool /** * @param list|string|self::EOF $stopCharacters - * @param array $comments + * @param list $comments * * @throws UnexpectedEOFException * @throws UnexpectedTokenException diff --git a/src/RuleSet/DeclarationBlock.php b/src/RuleSet/DeclarationBlock.php index b5ce1eda3..65a4862f0 100644 --- a/src/RuleSet/DeclarationBlock.php +++ b/src/RuleSet/DeclarationBlock.php @@ -255,7 +255,7 @@ public function render(OutputFormat $outputFormat): string } /** - * @param array $comments + * @param list $comments * * @return list *