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

Commit

Permalink
Alphabetically order use statements (related to zendframework/zendfra…
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Apr 28, 2013
1 parent 3f85108 commit ce19c67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Listener/ModuleLoaderListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@

namespace Zend\ModuleManager\Listener;

use Zend\Loader\ModuleAutoloader;
use Zend\ModuleManager\ModuleEvent;
use Zend\EventManager\EventManagerInterface;
use Zend\EventManager\ListenerAggregateInterface;
use Zend\Loader\ModuleAutoloader;
use Zend\ModuleManager\ModuleEvent;

/**
* Module loader listener
Expand Down

0 comments on commit ce19c67

Please sign in to comment.