mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-10 15:29:41 +00:00
phpstan boolean corrections
This commit is contained in:
@@ -250,7 +250,7 @@ final class ParticipationController extends AbstractController
|
||||
'id' => $participation_id,
|
||||
]);
|
||||
|
||||
if (!$participation) {
|
||||
if (null === $participation) {
|
||||
throw $this->createNotFoundException('Unable to find participation.');
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user