Skip to content

Commit 22d8487

Browse files
typo fix
1 parent adf2531 commit 22d8487

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dumper/PhpDumper.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,6 @@ private function generateProxyClasses(): array
584584
$alreadyGenerated[$asGhostObject][$class] = true;
585585

586586
foreach (array_column($definition->getTag('proxy'), 'interface') ?: [$class] as $r) {
587-
dump($r);
588587
if (!$r = $this->container->getReflectionClass($r)) {
589588
continue;
590589
}

0 commit comments

Comments
 (0)