From 69d9b3a6132675e9cc7196a42aaaa9a0deeb162c Mon Sep 17 00:00:00 2001 From: Guilhem Niot <guilhem@gniot.fr> Date: Fri, 30 Sep 2022 19:11:54 +0200 Subject: [PATCH] Remove debug code --- Describer/ApiPlatformDescriber.php | 2 -- 1 file changed, 2 deletions(-) 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))); }