Skip to content

Commit 2e2ca63

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: fixed CS fixed test fixed CS Remove default match from AbstractConfigCommand::findExtension
2 parents 913dc7e + 4c9a5b8 commit 2e2ca63

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Serializer.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,6 @@ private function denormalizeObject($data, $class, $format, array $context = arra
249249
foreach ($this->normalizers as $normalizer) {
250250
if ($normalizer instanceof DenormalizerInterface
251251
&& $normalizer->supportsDenormalization($data, $class, $format)) {
252-
253252
return $normalizer->denormalize($data, $class, $format, $context);
254253
}
255254
}

Tests/Normalizer/PropertyNormalizerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,4 +510,3 @@ class StaticPropertyDummy
510510
{
511511
private static $property = 'value';
512512
}
513-

0 commit comments

Comments
 (0)