Skip to content

Commit

Permalink
Fix docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Jan 16, 2017
1 parent d897961 commit cb4f073
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 $caseInsensitive Set to true for case insensitive comparison.
* @param bool $case Insensitive 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 cb4f073

Please sign in to comment.