We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99e3c34 commit 81f9c55Copy full SHA for 81f9c55
tests/phpstan-application.php
@@ -7,6 +7,6 @@
7
8
$application = new Application();
9
10
-$application->add(new DocTestApplication());
+$application->addCommands([new DocTestApplication()]);
11
12
return $application;
0 commit comments