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

Commit

Permalink
Merge pull request zendframework/zendframework#4699 from neeckeloo/ad…
Browse files Browse the repository at this point in the history
…d-use-statements

Add use statements
  • Loading branch information
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/PluginClassLocator.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@

namespace Zend\Loader;

use IteratorAggregate;
use Traversable;

/**
* Plugin class locator interface
*/
interface PluginClassLocator extends ShortNameLocator, \IteratorAggregate
interface PluginClassLocator extends ShortNameLocator, IteratorAggregate
{
/**
* Register a class to a given short name
Expand Down

0 comments on commit 4b19cee

Please sign in to comment.