8000 minor #35118 [DI] Removing unused variable (alirezamirsepassi) · symfony/symfony@db32ef0 · GitHub
[go: up one dir, main page]

Skip to content

Commit db32ef0

Browse files
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 --> | D494 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 ------- 12d3aa8 Removing unused variable
2 parents 725da2f + 12d3aa8 commit db32ef0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Symfony/Component/DependencyInjection/TypedReference.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ class TypedReference extends Reference
2020
{
2121
private $type;
2222
private $name;
23-
private $requiringClass;
2423

2524
/**
2625
* @param string $id The service identifier

0 commit comments

Comments
 (0)
0