Skip to content

Commit d335c6e

Browse files
[DependencyInjection] fix return type annotation
1 parent a770a58 commit d335c6e

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
@@ -743,7 +743,7 @@ private function parseCallable($callable, string $parameter, string $id, string
743743
/**
744744
* Loads a YAML file.
745745
*
746-
* @return array
746+
* @return array|null
747747
*
748748
* @throws InvalidArgumentException when the given file is not a local file or when it does not exist
749749
*/

0 commit comments

Comments
 (0)