Skip to content

Commit 6148457

Browse files
committed
minor #21345 [DependencyInjection] minor: Fix a param type (dunglas)
This PR was merged into the 2.7 branch. Discussion ---------- [DependencyInjection] minor: Fix a param type | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | n/a | License | MIT | Doc PR | n/a Commits ------- c82aa84 [DependencyInjection] minor: Fix a DocBlock
2 parents 419bcf6 + c82aa84 commit 6148457

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ private function parseDefinitions($content, $file)
130130
/**
131131
* Parses a definition.
132132
*
133-
* @param string $id
134-
* @param array $service
135-
* @param string $file
133+
* @param string $id
134+
* @param array|string $service
135+
* @param string $file
136136
*
137137
* @throws InvalidArgumentException When tags are invalid
138138
*/

0 commit comments

Comments
 (0)