Skip to content

Commit b59a584

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: added missing gitattributes and gitignore allow CurlHttpClient on Windows [Security] Mark ExpiredLoginLinkStorage as experimental remove references to "Silex"
2 parents 579ddf0 + 5fa73a1 commit b59a584

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
@@ -113,9 +113,8 @@ public function save()
113113
$this->data = $data;
114114
}
115115

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

0 commit comments

Comments
 (0)