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

Commit

Permalink
Remove Zend\Stdlib\CallbackHandler typehint
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Bösing committed Mar 24, 2017
1 parent e065e6f commit 620f7fd
Showing 1 changed file with 2 additions and 1 deletion.
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 620f7fd

Please sign in to comment.