Skip to content

Commit

Permalink
Add missing parameter tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Aug 20, 2015
1 parent ca93925 commit fe8cb5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Validation/Validation.php
Expand Up @@ -1125,6 +1125,7 @@ public static function ascii($value)
* the basic multilingual plane. Defaults to false.
*
* @param string $value The value to check
* @param array $options An array of options. See above for the supported options.
* @return bool
*/
public static function utf8($value, array $options = [])
Expand Down

0 comments on commit fe8cb5b

Please sign in to comment.