Completed
Pull Request — master (#1)
by Cedric
01:16
created
src/ShortenNums.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -198,6 +198,9 @@
 block discarded – undo
198 198
     	// Invalid number TODO:  Allow negative numbers
199 199
 	}
200 200
 
201
+	/**
202
+	 * @param string $value
203
+	 */
201 204
 	private static function validateRange($value, $range)
202 205
 	{
203 206
 		if ((int)$value < $range[0] || (int)$value > $range[1])
Please login to merge, or discard this patch.