8000 fix cs · symfony/symfony@6a1701e · GitHub
[go: up one dir, main page]

Skip to content

Commit 6a1701e

Browse files
fix cs
1 parent f103b6b commit 6a1701e

File tree

1 file changed

+1
-1
lines changed
  • src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits

1 file changed

+1
-1
lines changed

src/Symfony/Component/DependencyInjection/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 $lazy A FQCN to derivate the lazy proxy from or `true` to make it extend from the definition's class
19+
* @param bool $lazy
2020
*
2121
* @return $this
2222
*/

0 commit comments

Comments
 (0)
0