Skip to content

Commit 7f31347

Browse files
committed
Fix $customParsers type
1 parent ba23b9b commit 7f31347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Parser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ final class Parser
9292
private readonly CustomParser $customParser;
9393

9494
/**
95-
* @param iterable<CustomParsers> $customParsers
95+
* @param iterable<CustomParser> $customParsers
9696
*/
9797
public function __construct(
9898
iterable $customParsers = [],

0 commit comments

Comments
 (0)