Fixed \SessionHandlerInterface in DbalSessionStorage

This commit is contained in:
H. Westphal 2012-02-23 20:02:31 +01:00
parent 88b40e92d8
commit 9b2de819ff
1 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,6 @@ namespace Symfony\Bridge\Doctrine\HttpFoundation;
use Doctrine\DBAL\Platforms\MySqlPlatform;
use Symfony\Component\HttpFoundation\Session\Storage\AbstractSessionStorage;
use Symfony\Component\HttpFoundation\Session\Storage\SessionHandlerInterface;
use Doctrine\DBAL\Driver\Connection;
/**
@ -13,7 +12,7 @@ use Doctrine\DBAL\Driver\Connection;
* @author Fabien Potencier <fabien@symfony.com>
* @author Johannes M. Schmitt <schmittjoh@gmail.com>
*/
class DbalSessionStorage extends AbstractSessionStorage implements SessionHandlerInterface
class DbalSessionStorage extends AbstractSessionStorage implements \SessionHandlerInterface
{
/**
* @var Connection