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

Commit

Permalink
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion src/Config/SessionConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
namespace Zend\Session\Config;

use Zend\Session\Exception;
use Zend\Validator\Hostname as HostnameValidator;

/**
* Session configuration proxying to session INI options
Expand Down
1 change: 0 additions & 1 deletion src/SaveHandler/DbTableGateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
namespace Zend\Session\SaveHandler;

use Zend\Db\TableGateway\TableGateway;
use Zend\Session\Exception;

/**
* DB Table Gateway session save handler
Expand Down
1 change: 0 additions & 1 deletion test/SaveHandler/CacheTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
namespace ZendTest\Session\SaveHandler;

use Zend\Session\SaveHandler\Cache;
use Zend\Session\ManagerInterface as Manager;
use Zend\Cache\StorageFactory as CacheFactory;
use Zend\Cache\Storage\Adapter\AdapterInterface as CacheAdapter;

Expand Down
3 changes: 0 additions & 3 deletions test/TestAsset/TestManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@

use Zend\EventManager\EventManagerInterface;
use Zend\Session\AbstractManager;
use Zend\Session\Configuration\ConfigurationInterface as SessionConfig;
use Zend\Session\SaveHandler\SaveHandlerInterface as SessionSaveHandler;
use Zend\Session\Storage\StorageInterface as SessionStorage;

class TestManager extends AbstractManager
{
Expand Down

0 comments on commit a8a134d

Please sign in to comment.