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.
1 parent ba23b9b commit 7f31347Copy full SHA for 7f31347
src/Parser.php
@@ -92,7 +92,7 @@ final class Parser
92
private readonly CustomParser $customParser;
93
94
/**
95
- * @param iterable<CustomParsers> $customParsers
+ * @param iterable<CustomParser> $customParsers
96
*/
97
public function __construct(
98
iterable $customParsers = [],
0 commit comments