Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d4a8e57

Browse filesBrowse files
minor #58980 [DependencyInjection] Fix PhpDoc type (HypeMC)
This PR was merged into the 6.4 branch. Discussion ---------- [DependencyInjection] Fix PhpDoc type | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | - | License | MIT Was added in #51916. Commits ------- b533c7d [DependencyInjection] Fix PhpDoc type
2 parents d9ab654 + b533c7d commit d4a8e57
Copy full SHA for d4a8e57

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎src/Symfony/Component/DependencyInjection/Attribute/AutowireLocator.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Attribute/AutowireLocator.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ class AutowireLocator extends Autowire
2828
/**
2929
* @see ServiceSubscriberInterface::getSubscribedServices()
3030
*
31-
* @param string|array<string|SubscribedService> $services An explicit list of services or a tag name
32-
* @param string|string[] $exclude A service or a list of services to exclude
31+
* @param string|array<string|Autowire|SubscribedService> $services An explicit list of services or a tag name
32+
* @param string|string[] $exclude A service or a list of services to exclude
3333
*/
3434
public function __construct(
3535
string|array $services,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.