Skip to content

Commit

Permalink
remove unused 'use Closure'
Browse files Browse the repository at this point in the history
in Zend\ServiceManager\ServiceManager.php
  • Loading branch information
samsonasik committed Dec 3, 2012
1 parent 8ff0dee commit 9d86220
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions library/Zend/ServiceManager/ServiceManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

namespace Zend\ServiceManager;

use Closure;
use ReflectionClass;

/**
Expand Down Expand Up @@ -45,7 +44,7 @@ class ServiceManager implements ServiceLocatorInterface
protected $invokableClasses = array();

/**
* @var string|callable|Closure|FactoryInterface[]
* @var string|callable|\Closure|FactoryInterface[]
*/
protected $factories = array();

Expand Down

0 comments on commit 9d86220

Please sign in to comment.