We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
consumeUntil
$comments
1 parent d1af3bb commit a5d1172Copy full SHA for a5d1172
src/Parsing/ParserState.php
@@ -328,7 +328,7 @@ public function isEnd(): bool
328
329
/**
330
* @param list<string|self::EOF>|string|self::EOF $stopCharacters
331
- * @param array<int, Comment> $comments
+ * @param list<Comment> $comments
332
*
333
* @throws UnexpectedEOFException
334
* @throws UnexpectedTokenException
src/RuleSet/DeclarationBlock.php
@@ -255,7 +255,7 @@ public function render(OutputFormat $outputFormat): string
255
}
256
257
258
259
260
* @return list<string>
261
0 commit comments