Browse Source

Add missing parameter tag.

Mark Story 10 years ago
parent
commit
fe8cb5b178
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Validation/Validation.php

+ 1 - 0
src/Validation/Validation.php

@@ -1125,6 +1125,7 @@ class Validation
      *   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 = [])