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#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/UriNormalize.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@

use Zend\Filter\AbstractFilter;
use Zend\Filter\Exception\InvalidArgumentException;
use Zend\Uri\Exception\ExceptionInterface as UriException;
use Zend\Uri\UriFactory;
use Zend\Uri\Uri;
use Zend\Uri\Exception\ExceptionInterface as UriException;

class UriNormalize extends AbstractFilter
{
Expand Down
2 changes: 1 addition & 1 deletion src/Word/AbstractSeparator.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

namespace Zend\Filter\Word;

use Zend\Filter\Exception;
use Zend\Filter\AbstractFilter;
use Zend\Filter\Exception;

abstract class AbstractSeparator extends AbstractFilter
{
Expand Down

0 comments on commit 4629195

Please sign in to comment.