This commit is contained in:
Fabien Potencier 2016-04-03 09:41:26 +02:00
parent c130bd634c
commit 804b92414b

View File

@ -311,7 +311,7 @@ class AutowirePass implements CompilerPassInterface
$this->ambiguousServiceTypes[$type][] = $id;
}
static private function getResourceMetadataForMethod(\ReflectionMethod $method)
private static function getResourceMetadataForMethod(\ReflectionMethod $method)
{
$methodArgumentsMetadata = array();
foreach ($method->getParameters() as $parameter) {