Skip to content

Commit 98d89df

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: [PHPDoc] Fix some union type cases
2 parents 7608d5c + ba54b6e commit 98d89df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Loader/XmlFileLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ private function parseDefaultsConfig(\DOMElement $element, string $path)
368368
/**
369369
* Recursively parses the value of a "default" element.
370370
*
371-
* @return array|bool|float|int|string The parsed value
371+
* @return array|bool|float|int|string|null The parsed value
372372
*
373373
* @throws \InvalidArgumentException when the XML is invalid
374374
*/

0 commit comments

Comments
 (0)