[DependencyInjection] remove unused variable

This commit is contained in:
Hugo Hamon 2017-05-21 23:03:33 +02:00
parent 4feb530fc9
commit 1c2383f1a5

View File

@ -163,7 +163,6 @@ class AutowirePass extends AbstractRecursivePass
*/
private function getMethodsToAutowire(\ReflectionClass $reflectionClass)
{
$found = array();
$methodsToAutowire = array();
foreach ($reflectionClass->getMethods() as $reflectionMethod) {