Skip to content

Commit 4ad3c8e

Browse files
authored
Update Json.php
1 parent 0eba46e commit 4ad3c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Utils/Json.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function decode(?string $content = null)
3737
return $this;
3838
}
3939

40-
public function get(mixed $key = null, $default = null)
40+
public function get(mixed $key = null, mixed $default = null)
4141
{
4242
if (!array_key_exists($key, $this->data)) {
4343
return $this->data;

0 commit comments

Comments
 (0)