Skip to content

Commit

Permalink
fix: Run cs-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
neznaika0 committed Jan 8, 2025
1 parent e4d7bc2 commit 7ceb6fd
Showing 1 changed file with 2 additions and 1 deletion.
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

0 comments on commit 7ceb6fd

Please sign in to comment.