Loading module/Application/src/Application/Assertion/RapportAnnuel/RapportAnnuelControllerAssertion.php +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ class RapportAnnuelControllerAssertion extends ControllerAssertion */ public function setContext(array $context) { $this->rapportAnnuel = $context['rapportAnnuel']; $this->rapportAnnuel = $context['rapportAnnuel'] ?? null; } /** Loading Loading
module/Application/src/Application/Assertion/RapportAnnuel/RapportAnnuelControllerAssertion.php +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ class RapportAnnuelControllerAssertion extends ControllerAssertion */ public function setContext(array $context) { $this->rapportAnnuel = $context['rapportAnnuel']; $this->rapportAnnuel = $context['rapportAnnuel'] ?? null; } /** Loading