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
@@ -193,6 +193,11 @@ HTTP
193
193
- ``Response`` and its child classes no longer require ``Config\App`` passed to their constructors.
194
194
Consequently, ``CURLRequest``'s ``$config`` parameter is unused and will be removed in a future release.
195
195
196
+
Validation
197
+
==========
198
+
199
+
- 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