Skip to content

Commit

Permalink
Update xdebug-handler
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed May 12, 2021
1 parent 7306405 commit 0b6b602
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"clue/block-react": "^1.4",
"clue/ndjson-react": "^1.0",
"composer/ca-bundle": "^1.2",
"composer/xdebug-handler": "^1.3.0",
"composer/xdebug-handler": "^2.0.1",
"hoa/compiler": "3.17.08.08",
"hoa/exception": "^1.0",
"hoa/regex": "1.17.01.13",
Expand Down
17 changes: 9 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Command/CommandHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public static function begin(
): InceptionResult
{
if (!$allowXdebug) {
$xdebug = new XdebugHandler('phpstan', '--ansi');
$xdebug = new XdebugHandler('phpstan');
$xdebug->check();
unset($xdebug);
}
Expand Down

0 comments on commit 0b6b602

Please sign in to comment.