Skip to content

Commit de73079

Browse files
fix cs
1 parent 2799534 commit de73079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Loader/Configurator/Traits/LazyTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ trait LazyTrait
1616
/**
1717
* Sets the lazy flag of this service.
1818
*
19-
* @param bool|string A FQCN to derivate the lazy proxy from or `true` to make it extend from the definition's class
19+
* @param bool|string $lazy A FQCN to derivate the lazy proxy from or `true` to make it extend from the definition's class
2020
*
2121
* @return $this
2222
*/

0 commit comments

Comments
 (0)