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 93ad14f commit 8015a33Copy full SHA for 8015a33
Dumper/PhpDumper.php
@@ -1604,7 +1604,7 @@ private function dumpLiteralClass(string $class): string
1604
1605
private function dumpParameter(string $name): string
1606
{
1607
- if ($this->container->isCompiled() && $this->container->hasParameter($name)) {
+ if ($this->container->hasParameter($name)) {
1608
$value = $this->container->getParameter($name);
1609
$dumpedValue = $this->dumpValue($value, false);
1610
0 commit comments