merged branch lyrixx/path-10 (PR #7597)

This PR was merged into the 2.2 branch.

Discussion
----------

[Security] Removed unused var

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | I guess
| Fixed tickets | -

Commits
-------

bd26419 [Security] Removed unused var
This commit is contained in:
Fabien Potencier 2013-04-08 16:57:30 +02:00
commit 5ce53b434a

View File

@ -63,7 +63,7 @@ class Firewall implements EventSubscriberInterface
// initiate the listener chain
foreach ($listeners as $listener) {
$response = $listener->handle($event);
$listener->handle($event);
if ($event->hasResponse()) {
break;