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

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed Dec 3, 2012
2 parents be139c0 + 4e4e7af commit be05873
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/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 be05873

Please sign in to comment.