Skip to content

Commit 6938f4a

Browse files
committed
docs: add important note
1 parent 0e56433 commit 6938f4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

user_guide_src/source/libraries/validation.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,8 @@ valid_url_strict Yes Fails if field does not contain a valid URL.
10311031

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

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

0 commit comments

Comments
 (0)