Skip to content

Commit

Permalink
Update Application.php
Browse files Browse the repository at this point in the history
  • Loading branch information
freost committed Oct 24, 2024
1 parent e8ee2c2 commit 2814a13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mako/application/cli/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ class Application extends BaseApplication
*/
protected function inputFactory(): Input
{
/** @var array $argv */
$argv = $_SERVER['argv'];

array_shift($argv); // Remove the script name
Expand Down

0 comments on commit 2814a13

Please sign in to comment.