From b3a555e1497535691dd803373540756c3efdc027 Mon Sep 17 00:00:00 2001 From: Mathieu Rochette Date: Thu, 27 Nov 2025 11:27:51 +0100 Subject: [PATCH] Prepare for Symfony 8 --- tests/phpstan-application.php | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/tests/phpstan-application.php b/tests/phpstan-application.php index 46570a2..2347a0a 100644 --- a/tests/phpstan-application.php +++ b/tests/phpstan-application.php @@ -1,12 +1,7 @@ add(new DocTestApplication()); - -return $application; +return new Application();