Skip to content

Commit

Permalink
Use the global variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Bellangelo committed Sep 27, 2024
1 parent 367ff69 commit 5fe9127
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/type-coverage-updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
use Bellangelo\TypeCoverageUpdater\Commands\UpdateCommand;
use Symfony\Component\Console\Application;

require_once $_composer_autoload_path ?? __DIR__ . '/../vendor/autoload.php';

$application = new Application();
$application->add(new UpdateCommand());
$application->run();

0 comments on commit 5fe9127

Please sign in to comment.