minor #35118 [DI] Removing unused variable (alirezamirsepassi)

This PR was submitted for the master branch but it was merged into the 5.0 branch instead.

Discussion
----------

[DI] Removing unused variable

| Q             | A
| ------------- | ---
| Branch?       | master <!-- see below -->
| Bug fix?      |no
| New feature?  |no <!-- please update src/**/CHANGELOG.md files -->
| Deprecations? |no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tickets       | - <!-- prefix each issue number with "Fix #", if any -->
| License       | MIT
| Doc PR        | - <!-- required for new features -->
<!--
Replace this notice by a short README for your feature/bugfix. This will help people
understand your PR and can be used as a start for the documentation.

Additionally (see https://symfony.com/roadmap):
 - Always add tests and ensure they pass.
 - Never break backward compatibility (see https://symfony.com/bc).
 - Bug fixes must be submitted against the lowest maintained branch where they apply
   (lowest branches are regularly merged to upper ones so they get the fixes too.)
 - Features and deprecations must be submitted against branch master.
-->

Commits
-------

12d3aa80ec Removing unused variable
This commit is contained in:
Nicolas Grekas 2019-12-28 16:11:40 +01:00
commit db32ef0d9d
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ class TypedReference extends Reference
{
private $type;
private $name;
private $requiringClass;
/**
* @param string $id The service identifier