Skip to content

Commit 2efbce3

Browse files
committed
Updated reserved
1 parent b386b7f commit 2efbce3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/Tokenizer/Parser/Reserved.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ final class Reserved
2020
{
2121
/**
2222
* @param array $matches
23-
* @param string $previous
23+
* @param array|null $previous
2424
* @param string $string
2525
* @param Tokenizer $tokenizer
2626
*
@@ -108,12 +108,12 @@ protected static function getStringTypeArray($type, $string, array &$matches)
108108
}
109109

110110
/**
111-
* @param array $tokenData
112-
* @param $type
113-
* @param string $string
114-
* @param array $matches
115-
* @param $regex
116-
* @param $boundaries
111+
* @param array $tokenData
112+
* @param string $type
113+
* @param string $string
114+
* @param array $matches
115+
* @param string $regex
116+
* @param string $boundaries
117117
*
118118
* @return array
119119
*/

0 commit comments

Comments
 (0)