chore: cleanup, add PHPStan type annotations
This commit is contained in:
@@ -38,7 +38,7 @@ class UserDataProcessor
|
||||
return $record;
|
||||
}
|
||||
|
||||
/** @var User $user */
|
||||
/** @var User|null $user */
|
||||
$user = $this->security->getUser();
|
||||
|
||||
if (null === $user) {
|
||||
|
||||
Reference in New Issue
Block a user