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

Commit

Permalink
Merge pull request zendframework/zendframework#4349 from localheinz/h…
Browse files Browse the repository at this point in the history
…otfix/alphabetically-order-imports

Alphabetically order use statements (related to zendframework/zendframework#4338)
  • Loading branch information
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Adapter/Http/ApacheResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

namespace Zend\Authentication\Adapter\Http;

use Zend\Authentication\Result as AuthResult;
use Zend\Crypt\Password\Apache as ApachePassword;
use Zend\Stdlib\ErrorHandler;
use Zend\Authentication\Result as AuthResult;

/**
* Apache Authentication Resolver
Expand Down
2 changes: 1 addition & 1 deletion src/Storage/Chain.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

namespace Zend\Authentication\Storage;

use Zend\Stdlib\PriorityQueue;
use Zend\Authentication\Storage\StorageInterface;
use Zend\Stdlib\PriorityQueue;

class Chain implements StorageInterface
{
Expand Down

0 comments on commit f177eb3

Please sign in to comment.