Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
filisko authored Mar 7, 2020
1 parent 550f50d commit 5a4e513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ if ($validated_data === false) {

:star: Available Validators
---------------------------
:exclamation: If you use Pipe or Semicolon as parameters values, you **must** use array format.
**Important:** If you use Pipe or Semicolon as parameters values, you **must** use array format.
```php
$is_valid = GUMP::is_valid(array_merge($_POST, $_FILES), [
'field' => 'regex,/partOf;my|Regex/', // NO
Expand Down

0 comments on commit 5a4e513

Please sign in to comment.