Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2a3f912

Browse files
committed
minor #40685 remove references to "Silex" (a1812)
This PR was squashed before being merged into the 4.4 branch. Discussion ---------- remove references to "Silex" | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix #40681 | License | MIT | Doc PR | Commits ------- 99e7429 remove references to "Silex"
2 parents 4e4cdf5 + 99e7429 commit 2a3f912

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

src/Symfony/Component/HttpFoundation/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

src/Symfony/Component/HttpKernel/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ HttpKernel Component
33

44
The HttpKernel component provides a structured process for converting a Request
55
into a Response by making use of the EventDispatcher component. It's flexible
6-
enough to create a full-stack framework (Symfony), a micro-framework (Silex) or
7-
an advanced CMS system (Drupal).
6+
enough to create full-stack frameworks, micro-frameworks or advanced CMS systems like Drupal.
87

98
Resources
109
---------

0 commit comments

Comments
 (0)