Skip to content

Commit e0b3b8d

Browse files
committed
Apply fixes from StyleCI
1 parent 726a334 commit e0b3b8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/framework/tests/Unit/ServeCommandOptionsUnitTest.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ public function option($key = null)
9191
}
9292
}
9393

94-
class InputMock {
94+
class InputMock
95+
{
9596
protected array $options;
9697

9798
public function __construct(array $options = [])

0 commit comments

Comments
 (0)