We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71b8adb commit 9b57c0eCopy full SHA for 9b57c0e
1 file changed
ExtendedArguments.php
@@ -35,7 +35,7 @@ public function get(string $index, mixed $default = null): mixed
35
return $this->find($index, $default);
36
}
37
38
- public function set(string $index, mixed $value): static
+ public function set(mixed $index, mixed $value): static
39
{
40
$storage = &$this->storage;
41
foreach (explode('.', $index) as $i) {
0 commit comments