Skip to content

Commit ea5669e

Browse files
committed
docs: add link to PHP manual
1 parent b79feaa commit ea5669e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

user_guide_src/source/libraries/validation.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ required_without Yes The field is required when any of other
824824
string No A generic alternative to the alpha* rules
825825
that confirms the element is a string
826826
timezone No Fails if field does match a timezone per
827-
``timezone_identifiers_list``
827+
`timezone_identifiers_list()`_
828828
valid_base64 No Fails if field contains anything other than
829829
valid Base64 characters.
830830
valid_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

878880
Rules for File Uploads

0 commit comments

Comments
 (0)