We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2799534 commit de73079Copy full SHA for de73079
Loader/Configurator/Traits/LazyTrait.php
@@ -16,7 +16,7 @@ trait LazyTrait
16
/**
17
* Sets the lazy flag of this service.
18
*
19
- * @param bool|string A FQCN to derivate the lazy proxy from or `true` to make it extend from the definition's class
+ * @param bool|string $lazy A FQCN to derivate the lazy proxy from or `true` to make it extend from the definition's class
20
21
* @return $this
22
*/
0 commit comments