We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53d06a3 commit 3abaa7dCopy full SHA for 3abaa7d
Reader.php
@@ -313,9 +313,9 @@ public function peek($length = null, $start = null)
313
*
314
* Notice that ^ is automatically prepended to the pattern.
315
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.
+ * @param string $pattern the regular expression without slashes or modifiers.
+ * @param string|null $modifiers the modifiers for the regular expression.
+ * @param string|null $ignoredSuffixes characters that are scanned, but don't end up in the consume length.
319
320
* @throws ReaderException
321
0 commit comments