We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68cd29f commit 67d68f6Copy full SHA for 67d68f6
src/Handlers/ArrayHandler.php
@@ -9,7 +9,6 @@
9
use Compwright\PhpSession\Config;
10
use Compwright\PhpSession\SessionId;
11
use Countable;
12
-use RuntimeException;
13
use SessionHandlerInterface;
14
use SessionIdInterface;
15
use SessionUpdateTimestampHandlerInterface;
tests/integration/server/App/config.php
@@ -5,7 +5,6 @@
5
use Bramus\Monolog\Formatter\ColoredLineFormatter;
6
use Compwright\PhpSession\Config as SessionConfig;
7
use Compwright\PhpSession\Handlers\Psr16Handler as SessionSaveHandler;
8
-use Compwright\PhpSession\Manager;
use Kodus\Cache\FileCache;
use Monolog\Logger;
use Monolog\Handler\StreamHandler;
0 commit comments