minor #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
-------

6de81a7756 [DI] Remove unused dynamic property
This commit is contained in:
Fabien Potencier 2017-07-15 09:58:26 +02:00
commit 8dd172b02f

View File

@ -120,7 +120,6 @@ class PhpDumper extends Dumper
'debug' => true,
), $options);
$this->classResources = array();
$this->initializeMethodNamesMap($options['base_class']);
$this->docStar = $options['debug'] ? '*' : '';