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

Commit

Permalink
Merge branch 'hotfix/2685'
Browse files Browse the repository at this point in the history
  • Loading branch information
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion src/File/Sha1.php
Expand Up @@ -10,7 +10,6 @@

namespace Zend\Validator\File;

use Zend\Validator\Exception;

/**
* Validator for the sha1 hash of given files
Expand Down
1 change: 0 additions & 1 deletion src/Ip.php
Expand Up @@ -11,7 +11,6 @@
namespace Zend\Validator;

use Traversable;
use Zend\Stdlib\ArrayUtils;

/**
* @category Zend
Expand Down
1 change: 0 additions & 1 deletion test/DateStepTest.php
Expand Up @@ -12,7 +12,6 @@

use Zend\Validator;
use DateTime;
use DateTimeZone;
use DateInterval;

/**
Expand Down
3 changes: 0 additions & 3 deletions test/TestAsset/SessionManager.php
Expand Up @@ -11,9 +11,6 @@
namespace ZendTest\Validator\TestAsset;

use Zend\Session\AbstractManager;
use Zend\Session\Configuration as SessionConfiguration;
use Zend\Session\Storage as SessionStorage;
use Zend\Session\SaveHandler as SessionSaveHandler;
use Zend\EventManager\EventManagerInterface;

class SessionManager extends AbstractManager
Expand Down

0 comments on commit 2b29c33

Please sign in to comment.