Skip to content

Commit fa32a1c

Browse files
committed
Update Reserved.php
1 parent e9d6523 commit fa32a1c

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
@@ -84,10 +84,10 @@ protected static function getReservedString(array &$tokenData, $type, $string, T
8484
}
8585

8686
/**
87-
* @param string $upper
88-
* @param array $matches
89-
* @param string $regexReserved
90-
* @param string $regexBoundaries
87+
* @param string $upper
88+
* @param array $matches
89+
* @param string $regexReserved
90+
* @param string $regexBoundaries
9191
*
9292
* @return bool
9393
*/
@@ -101,9 +101,9 @@ protected static function isReservedString($upper, array &$matches, $regexReserv
101101
}
102102

103103
/**
104-
* @param string string
105-
* @param string $string
106-
* @param array $matches
104+
* @param string $type
105+
* @param string $string
106+
* @param array $matches
107107
*
108108
* @return array
109109
*/

0 commit comments

Comments
 (0)