Skip to content

Commit 58534b6

Browse files
committed
Fix CS
1 parent c454fa3 commit 58534b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)