Skip to content

Commit e9d6523

Browse files
committed
Merge pull request #12 from nilportugues/scrutinizer-patch-2
Scrutinizer Auto-Fixes
2 parents 1382b70 + 1c43fc4 commit e9d6523

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/Formatter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,8 @@ protected function stringIsEndOfLimitClause($token)
207207
}
208208

209209
/**
210-
* @param $addedNewline
211-
* @param $tab
210+
* @param boolean $addedNewline
211+
* @param string $tab
212212
* @param $token
213213
* @param $queryValue
214214
*

src/Tokenizer/Parser/Reserved.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ protected static function isReservedString($upper, array &$matches, $regexReserv
101101
}
102102

103103
/**
104-
* @param string $type
104+
* @param string string
105105
* @param string $string
106106
* @param array $matches
107107
*

src/Tokenizer/Tokenizer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,9 @@ protected function processOneToken($string)
187187
}
188188

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

0 commit comments

Comments
 (0)