From fb8656ab1de08946b4cebc4b884861bca02f3f30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20S=C3=A1nchez?= Date: Mon, 28 Oct 2024 15:12:58 +0100 Subject: [PATCH] minor fix --- tests/Functional/WebTestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Functional/WebTestCase.php b/tests/Functional/WebTestCase.php index 22ef82227..28291e6e5 100644 --- a/tests/Functional/WebTestCase.php +++ b/tests/Functional/WebTestCase.php @@ -29,7 +29,7 @@ */ class WebTestCase extends BaseKernelTestCase { - protected static function getKernelClass() + protected static function getKernelClass(): string { require_once __DIR__.'/app/AppKernel.php';