We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2774c86 + 5742fd4 commit e129861Copy full SHA for e129861
EventListener/RequestResponseListener.php
@@ -139,7 +139,7 @@ public function handleRequest(GetResponseEvent $event)
139
// No need to redirect
140
141
// We don't need to modify _every_ response: once the cookie is set,
142
- // save badwith and CPU cycles by just letting it expire someday.
+ // save bandwith and CPU cycles by just letting it expire someday.
143
if ($cookieIsSet) {
144
return;
145
}
0 commit comments