Skip to content

Commit 68d8f1d

Browse files
committed
fix: Run cs-fix
1 parent 7f01518 commit 68d8f1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
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;

0 commit comments

Comments
 (0)