[DI] Remove unused dynamic property

This commit is contained in:
Kévin Dunglas 2017-07-14 23:11:01 +02:00
parent 54435997ee
commit 6de81a7756
No known key found for this signature in database
GPG Key ID: 4D04EBEF06AAF3A6

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'] ? '*' : '';