Closed
Description
I have found that the URL
validation rule is not correctly supported, maybe it'd be worth to consider it as a string to avoid pipes being added to the end of the validation rules.
Sample rule to replicate the issue:
'cookies_policy' => ['url', 'nullable'],
I imagine this bug is because it explodes the validation rules array by |
and it still detects the nullable
despite it's printed in other section of the table.
I'm willing to help with this, but I considered it sufficiently subjective to bring it up in a issue for discussion. 😄
Metadata
Metadata
Assignees
Labels
No labels