From ad2643588cd84602a91417f9b3eaa6bc3533f41b Mon Sep 17 00:00:00 2001 From: Jagepard Date: Sun, 5 Jul 2026 08:22:59 +0300 Subject: [PATCH] fix --- tests/ControllerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ControllerTest.php b/tests/ControllerTest.php index 7790625..3f1065b 100755 --- a/tests/ControllerTest.php +++ b/tests/ControllerTest.php @@ -19,7 +19,7 @@ class ControllerTest extends \PHPUnit\Framework\TestCase { protected ControllerInterface $controller; - protected function setUp() + protected function setUp(): void { $this->controller = new Controller();