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 999ede2 commit 81acabbCopy full SHA for 81acabb
Caster/DsPairStub.php
@@ -18,7 +18,7 @@
18
*/
19
class DsPairStub extends Stub
20
{
21
- public function __construct(string|int $key, mixed $value)
+ public function __construct(mixed $key, mixed $value)
22
23
$this->value = [
24
Caster::PREFIX_VIRTUAL.'key' => $key,
0 commit comments