From 6a1701e5748b6d3d3601e9a27f5547a9b56e09e2 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Tue, 20 Nov 2018 17:14:23 +0100 Subject: [PATCH] fix cs --- .../Loader/Configurator/Traits/LazyTrait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/LazyTrait.php b/src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/LazyTrait.php index 01d36ec2a2..d7ea8b27f5 100644 --- a/src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/LazyTrait.php +++ b/src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/LazyTrait.php @@ -16,7 +16,7 @@ trait LazyTrait /** * Sets the lazy flag of this service. * - * @param bool|string $lazy A FQCN to derivate the lazy proxy from or `true` to make it extend from the definition's class + * @param bool $lazy * * @return $this */