Skip to content

Commit bc387cd

Browse files
committed
style: cs-fixer
1 parent 8360186 commit bc387cd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Serializer/Tests/AbstractItemNormalizerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1256,7 +1256,6 @@ public function testDenormalizeWrongTypedValueForNullableObjectPropertyPreserves
12561256

12571257
public function testDenormalizeWrongTypedValueForNonNullableObjectPropertyPreservesNormalizerException(): void
12581258
{
1259-
12601259
$normalizerException = NotNormalizableValueException::createForUnexpectedDataType('The data is either not an string, an empty string, or null; you should pass a string that can be parsed with the passed format or a valid DateTime string.', false, ['string'], 'dummyDate', true);
12611260

12621261
$normalizer = $this->createNormalizerForObjectProperty('dummyDate', Type::object(\DateTimeImmutable::class), \DateTimeImmutable::class, $normalizerException);

0 commit comments

Comments
 (0)