Skip to content

Commit 8015a33

Browse files
committed
[DI] Remove dead dumper check
1 parent 93ad14f commit 8015a33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dumper/PhpDumper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1604,7 +1604,7 @@ private function dumpLiteralClass(string $class): string
16041604

16051605
private function dumpParameter(string $name): string
16061606
{
1607-
if ($this->container->isCompiled() && $this->container->hasParameter($name)) {
1607+
if ($this->container->hasParameter($name)) {
16081608
$value = $this->container->getParameter($name);
16091609
$dumpedValue = $this->dumpValue($value, false);
16101610

0 commit comments

Comments
 (0)