Skip to content

Commit

Permalink
fix: Run fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
neznaika0 committed Jan 8, 2025
1 parent 7f01518 commit b44901c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/system/Events/EventsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion utils/phpstan-baseline/method.notFound.neon
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# total 47 errors
# total 46 errors

parameters:
ignoreErrors:
Expand Down

0 comments on commit b44901c

Please sign in to comment.