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 4cb99e0 commit a4259dbCopy full SHA for a4259db
user_guide_src/source/libraries/validation.rst
@@ -585,7 +585,7 @@ Allowing Parameters
585
586
If your method needs to work with parameters, the function will need a minimum of three parameters: the string to validate,
587
the parameter string, and an array with all of the data that was submitted the form. The ``$data`` array is especially handy
588
-for rules like ``require_with`` that needs to check the value of another submitted field to base its result on:
+for rules like ``required_with`` that needs to check the value of another submitted field to base its result on:
589
590
.. literalinclude:: validation/037.php
591
0 commit comments