Commit ea2fcb71 authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

Merge remote-tracking branch 'origin/master'

parents 1399cbc1 7743211c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -289,7 +289,7 @@ class Console implements \BddAdmin\Logger\LoggerInterface



    public function getArg(int $index = null): string
    public function getArg(int $index = null): ?string
    {
        $args = isset($_SERVER['argv']) ? $_SERVER['argv'] : [];