Skip to content

Commit 596abe5

Browse files
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
1 parent 0b2242d commit 596abe5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Tokenizer/Tokenizer.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public function tokenize($string)
148148
}
149149

150150
/**
151-
* @param $string
151+
* @param string $string
152152
*
153153
* @return array
154154
*/
@@ -188,8 +188,8 @@ protected function processOneToken($string)
188188

189189
/**
190190
* @param $string
191-
* @param $currentStringLength
192-
* @param $previousToken
191+
* @param integer $currentStringLength
192+
* @param string $previousToken
193193
*
194194
* @return array|mixed
195195
*/

0 commit comments

Comments
 (0)