Skip to content

Commit 3abaa7d

Browse files
authored
Update test badge
split: 39dd7c399e46a9a22490c061a2c91d3ef1579af6
1 parent 53d06a3 commit 3abaa7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Reader.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -313,9 +313,9 @@ public function peek($length = null, $start = null)
313313
*
314314
* Notice that ^ is automatically prepended to the pattern.
315315
*
316-
* @param string $pattern the regular expression without slashes or modifiers.
317-
* @param string $modifiers the modifiers for the regular expression.
318-
* @param string $ignoredSuffixes characters that are scanned, but don't end up in the consume length.
316+
* @param string $pattern the regular expression without slashes or modifiers.
317+
* @param string|null $modifiers the modifiers for the regular expression.
318+
* @param string|null $ignoredSuffixes characters that are scanned, but don't end up in the consume length.
319319
*
320320
* @throws ReaderException
321321
*

0 commit comments

Comments
 (0)