Loading module/Application/src/Connecteur/Traits/LdapConnecteurAwareTrait.php +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ trait LdapConnecteurAwareTrait * * @return self */ public function setConnecteurLdap(LdapConnecteur $connecteurLdap) public function setConnecteurLdap(?LdapConnecteur $connecteurLdap) { $this->connecteurLdap = $connecteurLdap; Loading module/Application/src/Controller/TypeInterventionController.php +1 −1 Original line number Diff line number Diff line Loading @@ -117,7 +117,7 @@ class TypeInterventionController extends AbstractController $typeIntervention = $this->getEvent()->getParam('typeIntervention'); $typeInterventionStructure = $this->getEvent()->getParam('typeInterventionStructure'); $form = $this->getFormTypeInterventionStructureSaisie(); $form = $this->getFormTypeInterventionTypeInterventionStructureSaisie(); if (empty($typeInterventionStructure)) { $title = 'Ajouter une exception pour une structure'; $typeInterventionStructure = $this->getServiceTypeInterventionStructure()->newEntity() Loading module/Application/src/Form/TypeIntervention/Traits/TypeInterventionStructureSaisieFormAwareTrait.php +4 −2 Original line number Diff line number Diff line Loading @@ -14,12 +14,13 @@ trait TypeInterventionStructureSaisieFormAwareTrait protected ?TypeInterventionStructureSaisieForm $formTypeInterventionTypeInterventionStructureSaisie = null; /** * @param TypeInterventionStructureSaisieForm $formTypeInterventionTypeInterventionStructureSaisie * * @return self */ public function setFormTypeInterventionnStructureSaisie(?TypeInterventionStructureSaisieForm $formTypeInterventionTypeInterventionStructureSaisie) public function setFormTypeInterventionTypeInterventionStructureSaisie(?TypeInterventionStructureSaisieForm $formTypeInterventionTypeInterventionStructureSaisie) { $this->formTypeInterventionTypeInterventionStructureSaisie = $formTypeInterventionTypeInterventionStructureSaisie; Loading @@ -27,7 +28,8 @@ trait TypeInterventionStructureSaisieFormAwareTrait } public function getFormTypeInterventionStructureSaisie(): ?TypeInterventionStructureSaisieForm public function getFormTypeInterventionTypeInterventionStructureSaisie(): ?TypeInterventionStructureSaisieForm { if (!empty($this->formTypeInterventionTypeInterventionStructureSaisie)) { return $this->formTypeInterventionTypeInterventionStructureSaisie; Loading Loading
module/Application/src/Connecteur/Traits/LdapConnecteurAwareTrait.php +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ trait LdapConnecteurAwareTrait * * @return self */ public function setConnecteurLdap(LdapConnecteur $connecteurLdap) public function setConnecteurLdap(?LdapConnecteur $connecteurLdap) { $this->connecteurLdap = $connecteurLdap; Loading
module/Application/src/Controller/TypeInterventionController.php +1 −1 Original line number Diff line number Diff line Loading @@ -117,7 +117,7 @@ class TypeInterventionController extends AbstractController $typeIntervention = $this->getEvent()->getParam('typeIntervention'); $typeInterventionStructure = $this->getEvent()->getParam('typeInterventionStructure'); $form = $this->getFormTypeInterventionStructureSaisie(); $form = $this->getFormTypeInterventionTypeInterventionStructureSaisie(); if (empty($typeInterventionStructure)) { $title = 'Ajouter une exception pour une structure'; $typeInterventionStructure = $this->getServiceTypeInterventionStructure()->newEntity() Loading
module/Application/src/Form/TypeIntervention/Traits/TypeInterventionStructureSaisieFormAwareTrait.php +4 −2 Original line number Diff line number Diff line Loading @@ -14,12 +14,13 @@ trait TypeInterventionStructureSaisieFormAwareTrait protected ?TypeInterventionStructureSaisieForm $formTypeInterventionTypeInterventionStructureSaisie = null; /** * @param TypeInterventionStructureSaisieForm $formTypeInterventionTypeInterventionStructureSaisie * * @return self */ public function setFormTypeInterventionnStructureSaisie(?TypeInterventionStructureSaisieForm $formTypeInterventionTypeInterventionStructureSaisie) public function setFormTypeInterventionTypeInterventionStructureSaisie(?TypeInterventionStructureSaisieForm $formTypeInterventionTypeInterventionStructureSaisie) { $this->formTypeInterventionTypeInterventionStructureSaisie = $formTypeInterventionTypeInterventionStructureSaisie; Loading @@ -27,7 +28,8 @@ trait TypeInterventionStructureSaisieFormAwareTrait } public function getFormTypeInterventionStructureSaisie(): ?TypeInterventionStructureSaisieForm public function getFormTypeInterventionTypeInterventionStructureSaisie(): ?TypeInterventionStructureSaisieForm { if (!empty($this->formTypeInterventionTypeInterventionStructureSaisie)) { return $this->formTypeInterventionTypeInterventionStructureSaisie; Loading