Skip to content

Commit 93fc00b

Browse files
a1812Nyholm
authored andcommitted
remove references to "Silex"
1 parent 6502ccb commit 93fc00b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Session/Storage/MockFileSessionStorage.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,8 @@ public function save()
114114
$this->data = $data;
115115
}
116116

117-
// this is needed for Silex, where the session object is re-used across requests
118-
// in functional tests. In Symfony, the container is rebooted, so we don't have
119-
// this issue
117+
// this is needed when the session object is re-used across multiple requests
118+
// in functional tests.
120119
$this->started = false;
121120
}
122121

0 commit comments

Comments
 (0)