Skip to content

Commit 54ef2cf

Browse files
committed
fixed CS
1 parent 5fe14d6 commit 54ef2cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Compiler/AutowirePass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ private function addServiceToAmbiguousType($id, $type)
311311
$this->ambiguousServiceTypes[$type][] = $id;
312312
}
313313

314-
static private function getResourceMetadataForMethod(\ReflectionMethod $method)
314+
private static function getResourceMetadataForMethod(\ReflectionMethod $method)
315315
{
316316
$methodArgumentsMetadata = array();
317317
foreach ($method->getParameters() as $parameter) {

0 commit comments

Comments
 (0)