We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf2531 commit 22d8487Copy full SHA for 22d8487
Dumper/PhpDumper.php
@@ -584,7 +584,6 @@ private function generateProxyClasses(): array
584
$alreadyGenerated[$asGhostObject][$class] = true;
585
586
foreach (array_column($definition->getTag('proxy'), 'interface') ?: [$class] as $r) {
587
- dump($r);
588
if (!$r = $this->container->getReflectionClass($r)) {
589
continue;
590
}
0 commit comments