Skip to content

Commit fa7f76f

Browse files
committed
csfix
1 parent 7bd6eb7 commit fa7f76f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Definition/AutowireDefinition.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ class AutowireDefinition extends ObjectDefinition
1616

1717
/**
1818
* Enable/disable reading annotations for this definition, regardless of a container configuration.
19-
* @param bool $flag
2019
*/
2120
public function useAnnotations(bool $flag = true)
2221
{

src/Definition/Helper/AutowireDefinitionHelper.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ public function methodParameter(string $method, $parameter, $value)
7676
/**
7777
* Define if entry should use annotation reader for reading dependencies.
7878
* This is turned off by default if autowire() helper is used, and turned on if entry is not defined explicitly in the di config.
79-
* @param bool $useAnnotations
8079
* @return $this
8180
*/
8281
public function useAnnotations(bool $useAnnotations = true)

0 commit comments

Comments
 (0)