We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f01518 commit b44901cCopy full SHA for b44901c
tests/system/Events/EventsTest.php
@@ -324,7 +324,8 @@ public function testSimulate(): void
324
$this->assertSame(0, $result);
325
}
326
327
- private function getEditableObject(): stdClass {
+ private function getEditableObject(): stdClass
328
+ {
329
$user = new stdClass();
330
$user->name = 'Ivan';
331
$user->age = 30;
utils/phpstan-baseline/method.notFound.neon
@@ -1,4 +1,4 @@
1
-# total 47 errors
+# total 46 errors
2
3
parameters:
4
ignoreErrors:
0 commit comments