Completed
Pull Request — master (#8)
by Enrico
02:00
created
src/Filters.php 1 patch
Doc Comments   +5 added lines, -1 removed lines patch added patch discarded remove patch
@@ -154,7 +154,7 @@  discard block
 block discarded – undo
154 154
 	
155 155
 	/**
156 156
 	 * parses a string and find inside one of muplier unit
157
-	 * @return unit multiplier
157
+	 * @return integer multiplier
158 158
 	 */
159 159
 	public static function FIND_MULTIPLIER($value)
160 160
 	{
@@ -252,6 +252,9 @@  discard block
 block discarded – undo
252 252
 		return 	$multiplier;
253 253
 	}
254 254
 
255
+	/**
256
+	 * @param string $value
257
+	 */
255 258
 	public static function FILTER_SANITIZE_RANGE($value)
256 259
 	{
257 260
 		$range=static::PARSE_QUANTITATIVE_VALUE($value);
@@ -278,6 +281,7 @@  discard block
 block discarded – undo
278 281
 
279 282
 	/**
280 283
 	 * empty allowed multibyte uppercase
284
+	 * @param string $value
281 285
 	 */
282 286
 	public static function FILTER_SANITIZE_PERSON_NAME($value)
283 287
 	{
Please login to merge, or discard this patch.