Skip to content

Commit c82aa84

Browse files
committed
[DependencyInjection] minor: Fix a DocBlock
1 parent 419bcf6 commit c82aa84

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)