Loading src/Octopus/Entity/Db/OffreDeFormationEtape.php +2 −6 Original line number Diff line number Diff line Loading @@ -87,9 +87,7 @@ class OffreDeFormationEtape { public function getDiplomante() { if ($this->diplomante === 'O') return true; if ($this->diplomante === 'N') return false; if ($this->aDistance === null) return false; return null; return false; } /** Loading @@ -98,9 +96,7 @@ class OffreDeFormationEtape { public function getADistance() { if ($this->aDistance === 'O') return true; if ($this->aDistance === 'N') return false; if ($this->aDistance === null) return false; return null; return false; } } No newline at end of file Loading
src/Octopus/Entity/Db/OffreDeFormationEtape.php +2 −6 Original line number Diff line number Diff line Loading @@ -87,9 +87,7 @@ class OffreDeFormationEtape { public function getDiplomante() { if ($this->diplomante === 'O') return true; if ($this->diplomante === 'N') return false; if ($this->aDistance === null) return false; return null; return false; } /** Loading @@ -98,9 +96,7 @@ class OffreDeFormationEtape { public function getADistance() { if ($this->aDistance === 'O') return true; if ($this->aDistance === 'N') return false; if ($this->aDistance === null) return false; return null; return false; } } No newline at end of file