Skip to content

Commit ba54b6e

Browse files
committed
Merge branch '4.4' into 5.2
* 4.4: [PHPDoc] Fix some union type cases
2 parents bb36732 + 198de4c commit ba54b6e

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
@@ -358,7 +358,7 @@ private function parseDefaultsConfig(\DOMElement $element, string $path)
358358
/**
359359
* Recursively parses the value of a "default" element.
360360
*
361-
* @return array|bool|float|int|string The parsed value
361+
* @return array|bool|float|int|string|null The parsed value
362362
*
363363
* @throws \InvalidArgumentException when the XML is invalid
364364
*/

0 commit comments

Comments
 (0)