remove dump

This commit is contained in:
Julien Fastré 2022-02-01 21:23:50 +01:00
parent 3f2454cead
commit 33af7f36a0
3 changed files with 0 additions and 3 deletions

View File

@ -167,7 +167,6 @@ class AsideActivityCategory
} }
$this->parent = $parent; $this->parent = $parent;
dump($this);
return $this; return $this;
} }

View File

@ -97,7 +97,6 @@ class CalendarType extends AbstractType
return $res; return $res;
}, },
static function (?string $dateAsString): DateTimeImmutable { static function (?string $dateAsString): DateTimeImmutable {
dump($dateAsString);
return new DateTimeImmutable($dateAsString); return new DateTimeImmutable($dateAsString);
} }

View File

@ -44,7 +44,6 @@ class AccompanyingPeriodWorkEvaluationNormalizer implements ContextAwareNormaliz
*/ */
public function normalize($object, ?string $format = null, array $context = []): array public function normalize($object, ?string $format = null, array $context = []): array
{ {
dump($context);
$initial = $this->normalizer->normalize($object, $format, array_merge( $initial = $this->normalizer->normalize($object, $format, array_merge(
$context, $context,
[self::IGNORE_EVALUATION => spl_object_hash($object)] [self::IGNORE_EVALUATION => spl_object_hash($object)]