Skip to content
This repository has been archived by the owner on Jan 30, 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 4eaa835 commit 9cae362
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
use Traversable;
use Zend\Filter\FilterChain;
use Zend\Stdlib\ArrayUtils;
use Zend\Validator\ValidatorChain;
use Zend\Validator\ValidatorInterface;
use Zend\Validator\ValidatorChain;

class Factory
{
Expand Down
2 changes: 1 addition & 1 deletion src/Input.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
namespace Zend\InputFilter;

use Zend\Filter\FilterChain;
use Zend\Validator\ValidatorChain;
use Zend\Validator\NotEmpty;
use Zend\Validator\ValidatorChain;

class Input implements InputInterface, EmptyContextInterface
{
Expand Down

0 comments on commit 9cae362

Please sign in to comment.