Loading module/Application/src/Form/TypeIntervention/TypeInterventionSaisieForm.php +1 −1 Original line number Diff line number Diff line Loading @@ -156,7 +156,7 @@ class TypeInterventionSaisieForm extends AbstractForm new \Laminas\Validator\Callback([ 'messages' => [\Laminas\Validator\Callback::INVALID_VALUE => '%value% doit être >= 0'], 'callback' => function ($value) { return (FloatFromString::run($value) >= 0.0 ? true : false); return FloatFromString::run($value) >= 0.0; }]), ], ], Loading Loading
module/Application/src/Form/TypeIntervention/TypeInterventionSaisieForm.php +1 −1 Original line number Diff line number Diff line Loading @@ -156,7 +156,7 @@ class TypeInterventionSaisieForm extends AbstractForm new \Laminas\Validator\Callback([ 'messages' => [\Laminas\Validator\Callback::INVALID_VALUE => '%value% doit être >= 0'], 'callback' => function ($value) { return (FloatFromString::run($value) >= 0.0 ? true : false); return FloatFromString::run($value) >= 0.0; }]), ], ], Loading