We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6b1a35 commit 222e1c3Copy full SHA for 222e1c3
src/Command/CommandHelper.php
@@ -92,6 +92,7 @@ public static function begin(
92
{
93
if (!$allowXdebug) {
94
$xdebug = new XdebugHandler('phpstan');
95
+ $xdebug->setPersistent();
96
$xdebug->check();
97
unset($xdebug);
98
}
0 commit comments