This commit is contained in:
Nicolas Grekas 2018-11-20 17:14:23 +01:00
parent f103b6b91d
commit 6a1701e574

View File

@ -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
*/