Skip to content

Commit

Permalink
minor #22840 [DependencyInjection] remove unused variable (hhamon)
Browse files Browse the repository at this point in the history
This PR was merged into the 3.3 branch.

Discussion
----------

[DependencyInjection] remove unused variable

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

Commits
-------

1c2383f [DependencyInjection] remove unused variable
  • Loading branch information
nicolas-grekas committed May 22, 2017
2 parents 4feb530 + 1c2383f commit 005b4b7
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -163,7 +163,6 @@ private function doProcessValue($value, $isRoot = false)
*/
private function getMethodsToAutowire(\ReflectionClass $reflectionClass)
{
$found = array();
$methodsToAutowire = array();

foreach ($reflectionClass->getMethods() as $reflectionMethod) {
Expand Down

0 comments on commit 005b4b7

Please sign in to comment.