Skip to content

Commit f000392

Browse files
committed
Remove unused variable
1 parent 4b0a631 commit f000392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/run.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
$jsonLogHandler = new StreamHandler(__DIR__.'/logs/tombstones.json');
1717
$jsonLogHandler->setFormatter(new JsonFormatter());
1818

19-
$graveyard = (new GraveyardBuilder())
19+
(new GraveyardBuilder())
2020
->stackTraceDepth(3)
2121
->rootDirectory(__DIR__)
2222
->withHandler($analyzerLogHandler)

0 commit comments

Comments
 (0)