Skip to content

Commit 7da6d89

Browse files
[DI] fix param annotation
1 parent 3ee8304 commit 7da6d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Loader/YamlFileLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ private function isUsingShortSyntax(array $service): bool
310310
/**
311311
* Parses a definition.
312312
*
313-
* @param array|string $service
313+
* @param array|string|null $service
314314
*
315315
* @throws InvalidArgumentException When tags are invalid
316316
*/

0 commit comments

Comments
 (0)