Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Oct 1, 2023
1 parent 6ef8975 commit 541e845
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ private function buildPath(string $targetUri = null, string $identifier = Switch
return '';
}

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

Expand Down

0 comments on commit 541e845

Please sign in to comment.