Skip to content

Commit 5fa73a1

Browse files
committed
Merge branch '4.4' into 5.2
* 4.4: allow CurlHttpClient on Windows remove references to "Silex"
2 parents 1e7ff98 + 93fc00b commit 5fa73a1

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)