Skip to content

Commit

Permalink
Merge branch '6.3' into 6.4
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
nicolas-grekas committed Nov 9, 2023
2 parents 44d76a0 + 81acabb commit c40f7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Caster/DsPairStub.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/
class DsPairStub extends Stub
{
public function __construct(string|int $key, mixed $value)
public function __construct(mixed $key, mixed $value)
{
$this->value = [
Caster::PREFIX_VIRTUAL.'key' => $key,
Expand Down

0 comments on commit c40f7d1

Please sign in to comment.