From b8da0c05dff880b99dac774f6c110534759ad6b6 Mon Sep 17 00:00:00 2001 From: gesinn-it-ilm Date: Fri, 27 Sep 2024 15:40:14 +0200 Subject: [PATCH] fix sniffs PSR12.Functions.ReturnTypeDeclaration: - SpaceBeforeColon - SpaceBeforeReturnType --- .phpcs.xml | 2 -- tests/phpunit/Integration/MwDBSQLStoreIntegrationTest.php | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.phpcs.xml b/.phpcs.xml index 39ad0ac..43c76c4 100644 --- a/.phpcs.xml +++ b/.phpcs.xml @@ -3,10 +3,8 @@ - - diff --git a/tests/phpunit/Integration/MwDBSQLStoreIntegrationTest.php b/tests/phpunit/Integration/MwDBSQLStoreIntegrationTest.php index 3571489..bc0fbea 100644 --- a/tests/phpunit/Integration/MwDBSQLStoreIntegrationTest.php +++ b/tests/phpunit/Integration/MwDBSQLStoreIntegrationTest.php @@ -31,7 +31,7 @@ class MwDBSQLStoreIntegrationTest extends MwDBaseUnitTestCase { /** @var RunnerFactory */ private $runnerFactory; - protected function setUp() :void { + protected function setUp(): void { parent::setUp(); $this->pageCreator = UtilityFactory::getInstance()->newPageCreator();