Skip to content

Commit 6de81a7

Browse files
committed
[DI] Remove unused dynamic property
1 parent 5443599 commit 6de81a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ public function dump(array $options = array())
120120
'debug' => true,
121121
), $options);
122122

123-
$this->classResources = array();
124123
$this->initializeMethodNamesMap($options['base_class']);
125124

126125
$this->docStar = $options['debug'] ? '*' : '';

0 commit comments

Comments
 (0)