You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user_guide_src/source/changelogs/v4.8.0.rst
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -192,6 +192,11 @@ HTTP
192
192
- ``Response`` and its child classes no longer require ``Config\App`` passed to their constructors.
193
193
Consequently, ``CURLRequest``'s ``$config`` parameter is unused and will be removed in a future release.
194
194
195
+
Validation
196
+
==========
197
+
198
+
- Custom rule methods that set an error via the ``&$error`` reference parameter now support the ``{field}``, ``{param}``, and ``{value}`` placeholders, consistent with language-file and ``setRule()``/``setRules()`` error messages.
0 commit comments