Skip to content

Commit 81f9c55

Browse files
committed
Prepare for Symfony 8
1 parent 99e3c34 commit 81f9c55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpstan-application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77

88
$application = new Application();
99

10-
$application->add(new DocTestApplication());
10+
$application->addCommands([new DocTestApplication()]);
1111

1212
return $application;

0 commit comments

Comments
 (0)