summaryrefslogtreecommitdiff
path: root/vendor/symfony/http-foundation/Session/Storage/MockFileSessionStorage.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/symfony/http-foundation/Session/Storage/MockFileSessionStorage.php')
-rw-r--r--vendor/symfony/http-foundation/Session/Storage/MockFileSessionStorage.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/vendor/symfony/http-foundation/Session/Storage/MockFileSessionStorage.php b/vendor/symfony/http-foundation/Session/Storage/MockFileSessionStorage.php
index 8c1bf73cae..0a580d6027 100644
--- a/vendor/symfony/http-foundation/Session/Storage/MockFileSessionStorage.php
+++ b/vendor/symfony/http-foundation/Session/Storage/MockFileSessionStorage.php
@@ -24,9 +24,6 @@ namespace Symfony\Component\HttpFoundation\Session\Storage;
*/
class MockFileSessionStorage extends MockArraySessionStorage
{
- /**
- * @var string
- */
private $savePath;
/**