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: