chore: cleanup, add PHPStan type annotations

This commit is contained in:
Björn Fromme
2026-04-03 13:45:41 +02:00
parent a264526127
commit fce6d1615a
14 changed files with 91 additions and 41 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ class UserDataProcessor
return $record;
}
/** @var User $user */
/** @var User|null $user */
$user = $this->security->getUser();
if (null === $user) {