Skip to content

Commit 82d93b2

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: [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 replace a not-existing virtual request stack with the real one [Messenger] add handler description as array key to `HandlerFailedException::getWrappedExceptions()` [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 915282b + 1b56e82 commit 82d93b2

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Tests/ParameterBagTest.php

-12
Original file line numberDiff line numberDiff line change
@@ -367,15 +367,3 @@ public function testGetEnumThrowsExceptionWithInvalidValueType()
367367
$this->assertNull($bag->getEnum('invalid-value', FooEnum::class));
368368
}
369369
}
370-
371-
class InputStringable
372-
{
373-
public function __construct(private string $value)
374-
{
375-
}
376-
377-
public function __toString(): string
378-
{
379-
return $this->value;
380-
}
381-
}

0 commit comments

Comments
 (0)