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 1042456 commit b3a8fb1Copy full SHA for b3a8fb1
Authentication/Token/AbstractToken.php
@@ -252,7 +252,7 @@ private function hasUserChanged(UserInterface $user)
252
}
253
254
if ($this->user instanceof EquatableInterface) {
255
- return ! (bool) $this->user->isEqualTo($user);
+ return !(bool) $this->user->isEqualTo($user);
256
257
258
if ($this->user->getPassword() !== $user->getPassword()) {
0 commit comments