Skip to content

Commit

Permalink
Revert "Fix docblock"
Browse files Browse the repository at this point in the history
This reverts commit cb4f073.
  • Loading branch information
ADmad committed Jan 16, 2017
1 parent cb4f073 commit c21a13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Validation/Validation.php
Expand Up @@ -887,7 +887,7 @@ public static function url($check, $strict = false)
*
* @param string $check Value to check.
* @param array $list List to check against.
* @param bool $case Insensitive Set to true for case insensitive comparison.
* @param bool $caseInsensitive Set to true for case insensitive comparison.
* @return bool Success.
*/
public static function inList($check, array $list, $caseInsensitive = false)
Expand Down

0 comments on commit c21a13b

Please sign in to comment.