Commit 069a2f44 authored by Stephane Bouvry's avatar Stephane Bouvry
Browse files

Fix : Retourne d'erreur de typage INT

parent 7942d5b6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -76,6 +76,8 @@ class OscarPersonsSearchCommand extends OscarCommandAbstract
            }
        } catch ( \Exception $e ){
            $io->error($e->getMessage());
            return self::FAILURE;
        }
        return self::SUCCESS;
    }
}
 No newline at end of file