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

Commit

Permalink
Merge branch 'hotfix/58'
Browse files Browse the repository at this point in the history
Close #58
  • Loading branch information
weierophinney committed Jul 11, 2017
2 parents 4555b5d + f4a1f73 commit e5bcef1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ All notable changes to this project will be documented in this file, in reverse
Doing so allows plugin managers to be registered after configuration is fully
merged, instead of requiring they be defined early. This change allows
components to define their plugin managers via their `Module` classes.
- [#58](https://github.com/zendframework/zend-modulemanager/pull/58) corrects
the typehint for the `ServiceListener::$listeners` property.

## 2.7.2 - 2016-05-16

Expand Down
3 changes: 2 additions & 1 deletion src/Listener/ServiceListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

class ServiceListener implements ServiceListenerInterface
{

/**
* Service manager post-configuration.
*
Expand All @@ -27,7 +28,7 @@ class ServiceListener implements ServiceListenerInterface
protected $configuredServiceManager;

/**
* @var \Zend\Stdlib\CallbackHandler[]
* @var callable[]
*/
protected $listeners = [];

Expand Down

0 comments on commit e5bcef1

Please sign in to comment.