From 596abe51b646941fbae74a3c2b9f9397a17352fe Mon Sep 17 00:00:00 2001 From: Scrutinizer Auto-Fixer Date: Fri, 26 Dec 2014 09:41:08 +0000 Subject: [PATCH] Scrutinizer Auto-Fixes This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com --- src/Tokenizer/Tokenizer.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Tokenizer/Tokenizer.php b/src/Tokenizer/Tokenizer.php index d675cdb..a777e28 100644 --- a/src/Tokenizer/Tokenizer.php +++ b/src/Tokenizer/Tokenizer.php @@ -148,7 +148,7 @@ public function tokenize($string) } /** - * @param $string + * @param string $string * * @return array */ @@ -188,8 +188,8 @@ protected function processOneToken($string) /** * @param $string - * @param $currentStringLength - * @param $previousToken + * @param integer $currentStringLength + * @param string $previousToken * * @return array|mixed */