diff --git a/Describer/ApiPlatformDescriber.php b/Describer/ApiPlatformDescriber.php index 920e291..957f15b 100644 --- a/Describer/ApiPlatformDescriber.php +++ b/Describer/ApiPlatformDescriber.php @@ -19,8 +19,6 @@ final class ApiPlatformDescriber extends ExternalDocDescriber { public function __construct(DocumentationInterface $documentation, NormalizerInterface $normalizer) { - // var_dump(get_class($documentation)); - // die(); if (!$normalizer->supportsNormalization($documentation, 'json')) { throw new \InvalidArgumentException(sprintf('Argument 2 passed to %s() must implement %s and support normalization of %s. The normalizer provided is an instance of %s.', __METHOD__, NormalizerInterface::class, Documentation::class, get_class($normalizer))); }