Skip to content

Commit 541e845

Browse files
committed
Fix CS
1 parent 6ef8975 commit 541e845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Security/Http/Impersonate/ImpersonateUrlGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ private function buildPath(string $targetUri = null, string $identifier = Switch
6666
return '';
6767
}
6868

69-
if (!$this->isImpersonatedUser() && $identifier == SwitchUserListener::EXIT_VALUE){
69+
if (!$this->isImpersonatedUser() && SwitchUserListener::EXIT_VALUE == $identifier) {
7070
return '';
7171
}
7272

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy