-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pull request on master from forked release branch #135
Conversation
…eprecated) with its triggerEventUntil method (forwards compatible).
…dded a requirement for the Zend Hydrator component.
…and 5.4 from the support matrix.
…space for the Zend Hydrator classes) and a couple of errors concerning a missing argument to the ControllerManager's constructor.
@@ -389,7 +389,7 @@ public function delete($id) | |||
return $response; | |||
} | |||
|
|||
public function deleteList() | |||
public function deleteList($data = []) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be a required parameter, as zend-mvc made it required in 2.2 or 2.3, IIRC. I'll write a test to check, and, of so, update it during merge.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Forgot that removing arguments follows the LSP, so this works fine.
Pull request on master from forked release branch
Merged to develop for release with 2.3.0 (which will be within the next hour or so) |
This release: