We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7741032 commit 0817b4fCopy full SHA for 0817b4f
README.md
@@ -260,6 +260,8 @@ $validation_a->validate();
260
261
## Available Rules
262
263
+> Click to show details.
264
+
265
<details><summary><strong>required</strong></summary>
266
267
The field under this validation must be present and not 'empty'.
@@ -345,7 +347,7 @@ The `$_FILES` item under validation must have a MIME type corresponding to one o
345
347
346
348
</details>
349
-<details><summary><strong>default</strong>/defaults</summary>
350
+<details><summary><strong>default/defaults</strong></summary>
351
352
This is special rule that doesn't validate anything.
353
It just set default value to your attribute if that attribute is empty or not present.
0 commit comments