Skip to content

Commit 222e1c3

Browse files
committed
XdebugHandler - setPersistent
1 parent c6b1a35 commit 222e1c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Command/CommandHelper.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ public static function begin(
9292
{
9393
if (!$allowXdebug) {
9494
$xdebug = new XdebugHandler('phpstan');
95+
$xdebug->setPersistent();
9596
$xdebug->check();
9697
unset($xdebug);
9798
}

0 commit comments

Comments
 (0)