Skip to content

Commit b097709

Browse files
committed
Merge pull request #10 from nilportugues/scrutinizer-patch-2
Scrutinizer Auto-Fixes
2 parents 0b2242d + 596abe5 commit b097709

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)