Skip to content

Commit 7a24d5c

Browse files
ewilan-rivieregithub-actions[bot]
authored andcommitted
Fix styling
1 parent 1c04e1a commit 7a24d5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Utils/Json.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Json
1414
* @param mixed $data Can be a file path, json string, or array
1515
*/
1616
public function __construct(
17-
readonly protected mixed $data,
17+
protected readonly mixed $data,
1818
) {
1919
if (is_array($data)) {
2020
$this->contents = $this->data;

0 commit comments

Comments
 (0)