Skip to content

Commit c40f7d1

Browse files
Merge branch '6.3' into 6.4
* 6.3: [Config] Prefixing FileExistenceResource::__toString() to avoid conflict with FileResource [String] Method toByteString conversion using iconv is unreachable Accept mixed key on DsPairStub [HttpKernel] Fix PHP deprecation
2 parents 44d76a0 + 81acabb commit c40f7d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Caster/DsPairStub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919
class DsPairStub extends Stub
2020
{
21-
public function __construct(string|int $key, mixed $value)
21+
public function __construct(mixed $key, mixed $value)
2222
{
2323
$this->value = [
2424
Caster::PREFIX_VIRTUAL.'key' => $key,

0 commit comments

Comments
 (0)