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 4b0a631 commit f000392Copy full SHA for f000392
app/run.php
@@ -16,7 +16,7 @@
16
$jsonLogHandler = new StreamHandler(__DIR__.'/logs/tombstones.json');
17
$jsonLogHandler->setFormatter(new JsonFormatter());
18
19
-$graveyard = (new GraveyardBuilder())
+(new GraveyardBuilder())
20
->stackTraceDepth(3)
21
->rootDirectory(__DIR__)
22
->withHandler($analyzerLogHandler)
0 commit comments