Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Ensure all factories are compatible with both major versions of zend-servicemanager #47

Merged
merged 1 commit into from
Jul 7, 2016

Conversation

weierophinney
Copy link
Member

  • Removed FactoryInterface implmentation at class level; since each now implements an __invoke() method, they are each compatible with both major versions.
  • Updated all factories to only accept the arguments they use (as we are not implementing an interface).
  • Ensured all factories that pull the config service use config vs Config for forwards compatibility.

…servicemanager

- Removed `FactoryInterface` implmentation at class level; since each now
  implements an `__invoke()` method, they are each compatible with both major
  versions.
- Updated all factories to only accept the arguments they use (as we are
  not implementing an interface).
- Ensured all factories that pull the config service use `config` vs
  `Config` for forwards compatibility.
@weierophinney
Copy link
Member Author

FIxes #46

@weierophinney weierophinney added this to the 1.2.1 milestone Jul 7, 2016
@weierophinney weierophinney self-assigned this Jul 7, 2016
@weierophinney weierophinney merged commit 3852849 into zfcampus:master Jul 7, 2016
weierophinney added a commit that referenced this pull request Jul 7, 2016
weierophinney added a commit that referenced this pull request Jul 7, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant