Skip to content

Commit d1f9d90

Browse files
author
Hugo Hamon
committed
[DependencyInjection] remove unused variable
1 parent ddafb76 commit d1f9d90

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Compiler/AutowirePass.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ private function doProcessValue($value, $isRoot = false)
163163
*/
164164
private function getMethodsToAutowire(\ReflectionClass $reflectionClass)
165165
{
166-
$found = array();
167166
$methodsToAutowire = array();
168167

169168
foreach ($reflectionClass->getMethods() as $reflectionMethod) {

0 commit comments

Comments
 (0)