Skip to content

Commit

Permalink
Merge branch 'feature/annotations-autowiring-options-wsl' into mod
Browse files Browse the repository at this point in the history
  • Loading branch information
partikus committed Jan 21, 2021
2 parents ce95893 + 2f44a4c commit a255d11
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Definition/AutowireDefinition.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ class AutowireDefinition extends ObjectDefinition

/**
* Enable/disable reading annotations for this definition, regardless of a container configuration.
* @param bool $flag
*/
public function useAnnotations(bool $flag = true)
{
Expand Down
1 change: 0 additions & 1 deletion src/Definition/Helper/AutowireDefinitionHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ public function methodParameter(string $method, $parameter, $value)
/**
* Define if entry should use annotation reader for reading dependencies.
* This is turned off by default if autowire() helper is used, and turned on if entry is not defined explicitly in the di config.
* @param bool $useAnnotations
* @return $this
*/
public function useAnnotations(bool $useAnnotations = true)
Expand Down

0 comments on commit a255d11

Please sign in to comment.