[HttpFoundation] removed unused variable

This commit is contained in:
Fabien Potencier 2012-06-12 10:01:41 +02:00
parent 0995b1f28b
commit 171eecf679

View File

@ -27,11 +27,6 @@ use Symfony\Component\HttpFoundation\Session\Storage\MetadataBag;
*/
class MockFileSessionStorage extends MockArraySessionStorage
{
/**
* @var array
*/
private $sessionData;
/**
* @var FileSessionHandler
*/