We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eba46e commit 4ad3c8eCopy full SHA for 4ad3c8e
src/Utils/Json.php
@@ -37,7 +37,7 @@ public function decode(?string $content = null)
37
return $this;
38
}
39
40
- public function get(mixed $key = null, $default = null)
+ public function get(mixed $key = null, mixed $default = null)
41
{
42
if (!array_key_exists($key, $this->data)) {
43
return $this->data;
0 commit comments