Skip to content

Commit

Permalink
docs: add important note
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Jun 30, 2024
1 parent 0e56433 commit 6938f4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion user_guide_src/source/libraries/validation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1031,7 +1031,8 @@ valid_url_strict Yes Fails if field does not contain a valid URL.

.. note:: You can also use any native PHP functions that return boolean and
permit at least one parameter, the field data to validate.
The Validation library **never alters the data** to validate.

.. important:: The Validation library **never alters the data** to validate.

.. _timezone_identifiers_list(): https://www.php.net/manual/en/function.timezone-identifiers-list.php
.. _strtotime(): https://www.php.net/manual/en/function.strtotime.php
Expand Down

0 comments on commit 6938f4a

Please sign in to comment.