summaryrefslogtreecommitdiff
path: root/vendor/symfony/http-kernel/DependencyInjection/ControllerArgumentValueResolverPass.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/symfony/http-kernel/DependencyInjection/ControllerArgumentValueResolverPass.php')
-rw-r--r--vendor/symfony/http-kernel/DependencyInjection/ControllerArgumentValueResolverPass.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/symfony/http-kernel/DependencyInjection/ControllerArgumentValueResolverPass.php b/vendor/symfony/http-kernel/DependencyInjection/ControllerArgumentValueResolverPass.php
index 77c0e479ae..705c88dbfa 100644
--- a/vendor/symfony/http-kernel/DependencyInjection/ControllerArgumentValueResolverPass.php
+++ b/vendor/symfony/http-kernel/DependencyInjection/ControllerArgumentValueResolverPass.php
@@ -52,7 +52,7 @@ class ControllerArgumentValueResolverPass implements CompilerPassInterface
$id = (string) $resolverReference;
$container->register("debug.$id", TraceableValueResolver::class)
->setDecoratedService($id)
- ->setArguments(array(new Reference("debug.$id.inner"), new Reference($this->traceableResolverStopwatch)));
+ ->setArguments([new Reference("debug.$id.inner"), new Reference($this->traceableResolverStopwatch)]);
}
}