Skip to content

Commit 3c833bc

Browse files
Merge branch '6.4' into 7.0
* 6.4: [Config] Prefixing FileExistenceResource::__toString() to avoid conflict with FileResource [String] Method toByteString conversion using iconv is unreachable [HttpKernel] Check controllers are allowed when using the fallback surrogate strategy [HttpKernel] Fix DebugLoggerConfigurator Set exception code to ldap error number Accept mixed key on DsPairStub check that the secret passed to RequestParser is not empty [HttpKernel] Fix PHP deprecation
2 parents e758122 + c40f7d1 commit 3c833bc

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)