Skip to content
This repository was archived by the owner on Aug 17, 2025. It is now read-only.

Pull request on master from forked release branch#135

Closed
andrewscaya wants to merge 7 commits into
phly:masterfrom
andrewscaya:release
Closed

Pull request on master from forked release branch#135
andrewscaya wants to merge 7 commits into
phly:masterfrom
andrewscaya:release

Conversation

@andrewscaya
Copy link
Copy Markdown
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.

}

public function deleteList()
public function deleteList($data = [])
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Contributor

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants