Skip to content

Commit b2254e9

Browse files
committed
Merge branch '2.8' into 3.0
* 2.8: fixed CS fixed CS fixed test fixed CS Remove default match from AbstractConfigCommand::findExtension [FrameworkBundle][Validator] Fix apc cache service deprecation
2 parents cba20ed + 2e2ca63 commit b2254e9

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
@@ -439,4 +439,3 @@ class StaticPropertyDummy
439439
{
440440
private static $property = 'value';
441441
}
442-

0 commit comments

Comments
 (0)