File tree Expand file tree Collapse file tree
user_guide_src/source/libraries Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -824,7 +824,7 @@ required_without Yes The field is required when any of other
824824string No A generic alternative to the alpha* rules
825825 that confirms the element is a string
826826timezone No Fails if field does match a timezone per
827- `` timezone_identifiers_list ``
827+ `timezone_identifiers_list() `_
828828valid_base64 No Fails if field contains anything other than
829829 valid Base64 characters.
830830valid_json No Fails if field does not contain a valid JSON
@@ -873,6 +873,8 @@ valid_cc_number Yes Verifies that the credit card number matches
873873 permit at least one parameter, the field data to validate.
874874 The Validation library **never alters the data ** to validate.
875875
876+ .. _timezone_identifiers_list() : https://www.php.net/manual/en/function.timezone-identifiers-list.php
877+
876878.. _rules-for-file-uploads :
877879
878880Rules for File Uploads
You can’t perform that action at this time.
0 commit comments