Skip to content

Commit

Permalink
symfony#39102: fabbot again and again.
Browse files Browse the repository at this point in the history
  • Loading branch information
Basster committed Dec 21, 2020
1 parent caee73d commit b9f64a6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Expand Up @@ -20,7 +20,6 @@
use Symfony\Component\Serializer\Debug\Normalizer\TraceableDenormalizer;
use Symfony\Component\Serializer\Debug\Normalizer\TraceableHybridNormalizer;
use Symfony\Component\Serializer\Debug\Normalizer\TraceableNormalizer;
use Symfony\Component\Serializer\Debug\TraceableSerializer;
use Symfony\Component\Serializer\Normalizer\DenormalizerInterface;
use Symfony\Component\Serializer\Normalizer\NormalizerInterface;

Expand Down
Expand Up @@ -28,7 +28,7 @@
->set('data_collector.serializer', SerializerDataCollector::class)
->args([
service('debug.serializer'),
tagged_iterator('debug.normalizer')
tagged_iterator('debug.normalizer'),
])
->tag('data_collector', [
'template' => '@WebProfiler/Collector/serializer.html.twig',
Expand Down
Expand Up @@ -101,6 +101,7 @@ public function hasCacheableSupportsMethod(): bool
if ($this->delegate instanceof CacheableSupportsMethodInterface) {
return $this->delegate->hasCacheableSupportsMethod();
}

return false;
}

Expand Down

0 comments on commit b9f64a6

Please sign in to comment.