Skip to content

Commit b44901c

Browse files
committed
fix: Run fixer
1 parent 7f01518 commit b44901c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tests/system/Events/EventsTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,8 @@ public function testSimulate(): void
324324
$this->assertSame(0, $result);
325325
}
326326

327-
private function getEditableObject(): stdClass {
327+
private function getEditableObject(): stdClass
328+
{
328329
$user = new stdClass();
329330
$user->name = 'Ivan';
330331
$user->age = 30;

utils/phpstan-baseline/method.notFound.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# total 47 errors
1+
# total 46 errors
22

33
parameters:
44
ignoreErrors:

0 commit comments

Comments
 (0)