We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 75da868 + 7a24d5c commit f156325Copy full SHA for f156325
1 file changed
src/Utils/Json.php
@@ -14,7 +14,7 @@ class Json
14
* @param mixed $data Can be a file path, json string, or array
15
*/
16
public function __construct(
17
- readonly protected mixed $data,
+ protected readonly mixed $data,
18
) {
19
if (is_array($data)) {
20
$this->contents = $this->data;
0 commit comments