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

Commit

Permalink
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 f85994a

Please # to comment.