Skip to content

Commit 1b56e82

Browse files
committed
Merge branch '6.3' into 6.4
* 6.3: [6.3] Remove unused test fixture [5.4] Remove unused test fixtures [Dotent] Add PHPDoc for `$overrideExistingVars` [SecurityBundle] Fix missing login-link element in xsd schema [Validator] Add missing Chinese translations #51934 [Serializer] Fix using `DateIntervalNormalizer` with union types [Validator] fix: add missing translations for for Thai (th) fix #52273 [doctrine-messenger] DB table locks on messenger_messages with many failures [Serializer] Handle defaultContext for DateTimeNormalizer declare constructor argument as optional for backwards compatibility [CI] Add step to verify symfony/deprecation-contracts requirements
2 parents f98c177 + 683d3d7 commit 1b56e82

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Tests/ParameterBagTest.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -380,15 +380,3 @@ public function testGetEnumThrowsExceptionWithInvalidValueType()
380380
$this->assertNull($bag->getEnum('invalid-value', FooEnum::class));
381381
}
382382
}
383-
384-
class InputStringable
385-
{
386-
public function __construct(private string $value)
387-
{
388-
}
389-
390-
public function __toString(): string
391-
{
392-
return $this->value;
393-
}
394-
}

0 commit comments

Comments
 (0)