Skip to content

Commit cf6bb6d

Browse files
committed
docs: Add changelog cleanValidationRules()
1 parent 23acf7e commit cf6bb6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

user_guide_src/source/changelogs/v4.7.0.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ Interface Changes
4848
Method Signature Changes
4949
========================
5050

51+
- **BaseModel:** The type of the ``$row`` parameter for the ``cleanValidationRules()`` method has been changed from ``?array $row = null`` to ``array $row``.
52+
5153
- Added the ``SensitiveParameter`` attribute to various methods to conceal sensitive information from stack traces. Affected methods are:
5254
- ``CodeIgniter\Encryption\EncrypterInterface::encrypt()``
5355
- ``CodeIgniter\Encryption\EncrypterInterface::decrypt()``

0 commit comments

Comments
 (0)