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.
2 parents 44d76a0 + 81acabb commit c40f7d1Copy full SHA for c40f7d1
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