Skip to content

Commit 8dd172b

Browse files
committed
minor symfony#23512 [DI] Remove unused dynamic property (dunglas)
This PR was merged into the 3.3 branch. Discussion ---------- [DI] Remove unused dynamic property | Q | A | ------------- | --- | Branch? | 3.3 | Bug fix? | no | New feature? | no <!-- don't forget updating src/**/CHANGELOG.md files --> | BC breaks? | no | Deprecations? | no <!-- don't forget updating UPGRADE-*.md files --> | Tests pass? | yes | Fixed tickets | n/a | License | MIT | Doc PR | n/a Commits ------- 6de81a7 [DI] Remove unused dynamic property
2 parents 5443599 + 6de81a7 commit 8dd172b

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)