Commit 7743211c authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

php82


(cherry picked from commit d1d311f4)
parent d9ec6ee2
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'] : [];