Skip to content

Commit f0abc36

Browse files
committed
Pass an InspectableArgvInput object when calling Application::run().
1 parent 40bc77d commit f0abc36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/php-semver-checker-git

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ if (!$found) {
2525
ini_set('xdebug.max_nesting_level', 5000);
2626

2727
$app = new PHPSemVerCheckerGit\Console\Application();
28-
$app->run();
28+
$app->run(new PHPSemVerChecker\Console\InspectableArgvInput());

0 commit comments

Comments
 (0)