8000 #27121 fixed code style issues · oleg-andreyev/symfony@0d18b4b · GitHub
[go: up one dir, main page]

Skip to content

Commit 0d18b4b

Browse files
committed
symfony#27121 fixed code style issues
1 parent da085e7 commit 0d18b4b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Symfony/Component/Security/Http/Firewall/AccessListener.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,21 @@ class AccessListener implements ListenerInterface
2929
{
3030
/**
3131
* @var TokenStorageInterface
32+
*
3233
* @deprecated
3334
*/
3435
private $tokenStorage;
3536

3637
/**
3738
* @var AccessDecisionManagerInterface
39+
*
3840
* @deprecated
3941
*/
4042
private $accessDecisionManager;
4143

4244
/**
4345
* @var AuthenticationManagerInterface
46+
*
4447
* @deprecated
4548
*/
4649
private $authManager;
@@ -104,6 +107,7 @@ public function handle(GetResponseEvent $event)
104107
{
105108
if ($this->tokenStorage) {
106109
$this->handleOldSignature($event);
110+
107111
return;
108112
}
109113

@@ -121,7 +125,7 @@ public function handle(GetResponseEvent $event)
121125
}
122126

123127
/**
124-
* Handle class old signature
128+
* Handle class old signature.
125129
*
126130
* @param GetResponseEvent $event
127131
*

0 commit comments

Comments
 (0)
0