Skip to content

Commit 420e0a3

Browse files
committed
Apply fixes from StyleCI
1 parent 5d350a9 commit 420e0a3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Support/Format.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ class Format implements ResponseFormat
3434

3535
protected int $statusCode = 200;
3636

37-
public function __construct(protected array $config = []) {}
37+
public function __construct(protected array $config = [])
38+
{
39+
}
3840

3941
/**
4042
* Return a new JSON response from the application.

0 commit comments

Comments
 (0)