You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #57289 [DependencyInjection] Fix phpdoc for $calls in class Autoconfigure (ThomasTr)
This PR was merged into the 7.1 branch.
Discussion
----------
[DependencyInjection] Fix phpdoc for $calls in class Autoconfigure
| Q | A
| ------------- | ---
| Branch? | 7.1
| Bug fix? | yes
| New feature? |no
| Deprecations? |no
| Issues | None
| License | MIT
PHPDoc for $call in class Autoconfigure should be `array<array-key, array<array-key, mixed>>|null`
As usage is:
````
calls: [
['method' => 'setEntityManager', 'arguments' => ['`@doctrine`.orm.entity_manager']]
]
````
Commits
-------
ebb27d2396 [DependencyInjection] Fix phpdoc for $calls
0 commit comments