Commit 14cc7584 authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

nettoyage

parent a0878298
Loading
Loading
Loading
Loading
+3 −6
Original line number Diff line number Diff line
@@ -20,8 +20,6 @@ class DateMissionValidator extends AbstractValidator

    protected DateTime $dateFin;

    protected DateTime $dateVerifiee;

    protected Annee    $annee;


@@ -33,7 +31,6 @@ class DateMissionValidator extends AbstractValidator
        $this->dateDebut = $options['dateDebut'];
        $this->dateFin   = $options['dateFin'];
        $this->annee     = $options['annee'];
        $this->dateVerifiee = $options['dateVerifiee'];
    }