From b44901c90998ebbee49cad6c26a645ade8c70aa5 Mon Sep 17 00:00:00 2001 From: neznaika0 Date: Wed, 8 Jan 2025 20:15:31 +0300 Subject: [PATCH] fix: Run fixer --- tests/system/Events/EventsTest.php | 3 ++- utils/phpstan-baseline/method.notFound.neon | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/system/Events/EventsTest.php b/tests/system/Events/EventsTest.php index ba26e63a448a..f586a91de307 100644 --- a/tests/system/Events/EventsTest.php +++ b/tests/system/Events/EventsTest.php @@ -324,7 +324,8 @@ public function testSimulate(): void $this->assertSame(0, $result); } - private function getEditableObject(): stdClass { + private function getEditableObject(): stdClass + { $user = new stdClass(); $user->name = 'Ivan'; $user->age = 30; diff --git a/utils/phpstan-baseline/method.notFound.neon b/utils/phpstan-baseline/method.notFound.neon index 83866b2c0f0a..3917c59695e8 100644 --- a/utils/phpstan-baseline/method.notFound.neon +++ b/utils/phpstan-baseline/method.notFound.neon @@ -1,4 +1,4 @@ -# total 47 errors +# total 46 errors parameters: ignoreErrors: