File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ Deprecations
5959- Consolidated and deprecated ``ControllerResponse `` and ``FeatureResponse `` in favor of ``TestResponse ``.
6060- Deprecated ``Time::instance() ``, use ``Time::createFromInstance() `` instead (now accepts ``DateTimeInterface ``).
6161- Deprecated ``IncomingRequest::removeRelativeDirectory() ``, use ``URI::removeDotSegments() `` instead
62- - Deprecated ``\API\ResponseTrait::failValidationError `` to use ``\API\ResponseTrait::failValidationErrors `` instead
62+ - Deprecated ``\API\ResponseTrait::failValidationError() `` to use ``\API\ResponseTrait::failValidationErrors() `` instead
6363
6464Bugs Fixed
6565----------
Original file line number Diff line number Diff line change 2424// Resource Not Found
2525$ this ->failNotFound ($ description );
2626
27- // Data did not validate
28- $ this ->failValidationError ( $ description );
27+ // Data was not validated
28+ $ this ->failValidationErrors ( $ errors );
2929
3030// Resource already exists
3131$ this ->failResourceExists ($ description );
You can’t perform that action at this time.
0 commit comments