minor #12953 [DependencyInjection] Remove duplicate $parameters declaration in PhpDumper (sjagr)

This PR was squashed before being merged into the 2.5 branch (closes #12953).

Discussion
----------

[DependencyInjection] Remove duplicate $parameters declaration in PhpDumper

| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #12952
| License       | MIT
| Doc PR        |

2.5 breaks on the latest `composer update` without this fix - after applying and manually deleting `app/cache/*`, everything is hunky-dory

Commits
-------

e3a4cdc [DependencyInjection] Remove duplicate  declaration in PhpDumper
This commit is contained in:
Fabien Potencier 2014-12-12 07:02:15 +01:00
commit c7ea7819aa
1 changed files with 0 additions and 2 deletions

View File

@ -843,8 +843,6 @@ EOF;
$code = <<<EOF
private \$parameters;
/**
* Constructor.
*/