Skip to content
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

Closed
wants to merge 7 commits into from
Closed

Pull request on master from forked release branch #135

wants to merge 7 commits into from

Conversation

andrewscaya
Copy link
Contributor

This release:

  1. Updates all references to the deprecated Zend\Stdlib\Hydrator classes.
  2. Replaces all occurrences of the EventManager's triggerUntil method (deprecated) with its trigger method,
  3. Modifies a method declaration for consistency,
  4. Updates the version numbers of the module's required components and adds a requirement for the Zend Hydrator component,
  5. Adds PHP 5.5, 5.6 and 7.0 as supported versions and removes PHP 5.3 and 5.4 from the support matrix,
  6. Modifies a few unit tests in order to correct a failed test (new namespace for the Zend Hydrator classes) and a couple of errors concerning a missing argument to the ControllerManager's constructor and,
  7. Corrects a few code styling issues.

@@ -389,7 +389,7 @@ public function delete($id)
return $response;
}

public function deleteList()
public function deleteList($data = [])
Copy link
Contributor

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.

Copy link
Contributor

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.

@weierophinney weierophinney added this to the 2.3.0 milestone May 26, 2016
@weierophinney weierophinney self-assigned this May 26, 2016
weierophinney added a commit that referenced this pull request May 26, 2016
Pull request on master from forked release branch
weierophinney added a commit that referenced this pull request May 26, 2016
weierophinney added a commit that referenced this pull request May 26, 2016
@weierophinney
Copy link
Contributor

Merged to develop for release with 2.3.0 (which will be within the next hour or so)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants