Skip to content

Commit 001c20c

Browse files
committed
[PHPDoc] Fix some union type cases
1 parent 6991999 commit 001c20c

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
@@ -370,7 +370,7 @@ private function parseDefaultsConfig(\DOMElement $element, string $path)
370370
/**
371371
* Recursively parses the value of a "default" element.
372372
*
373-
* @return array|bool|float|int|string The parsed value
373+
* @return array|bool|float|int|string|null The parsed value
374374
*
375375
* @throws \InvalidArgumentException when the XML is invalid
376376
*/

0 commit comments

Comments
 (0)