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.
1 parent c454fa3 commit 58534b6Copy full SHA for 58534b6
Impersonate/ImpersonateUrlGenerator.php
@@ -66,7 +66,7 @@ private function buildPath(string $targetUri = null, string $identifier = Switch
66
return '';
67
}
68
69
- if (!$this->isImpersonatedUser() && $identifier == SwitchUserListener::EXIT_VALUE){
+ if (!$this->isImpersonatedUser() && SwitchUserListener::EXIT_VALUE == $identifier) {
70
71
72
0 commit comments