phpstan boolean corrections

This commit is contained in:
2025-10-09 13:57:30 +02:00
parent 03fa79c93b
commit b132956ddc
37 changed files with 149 additions and 623 deletions

View File

@@ -250,7 +250,7 @@ final class ParticipationController extends AbstractController
'id' => $participation_id,
]);
if (!$participation) {
if (null === $participation) {
throw $this->createNotFoundException('Unable to find participation.');
}