Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Tokenizer/Parser/Reserved.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ protected static function isReservedPrecededByDotCharacter($previous)
/**
* @param array $tokenData
* @param $type
* @param $string
* @param string $string
* @param Tokenizer $tokenizer
*/
protected static function getReservedString(array &$tokenData, $type, $string, Tokenizer $tokenizer)
Expand Down
4 changes: 2 additions & 2 deletions src/Tokenizer/Tokenizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ protected function processTokens($string)
}

/**
* @param $string
* @param string $string
*
* @return string
*/
Expand Down Expand Up @@ -234,7 +234,7 @@ protected function getNextTokenFromCache($cacheKey)
* Get the next token and the token type and store it in cache.
*
* @param string $string
* @param $token
* @param string $token
* @param string $cacheKey
*
* @return array
Expand Down