Skip to content

Commit 198de4c

Browse files
committed
minor #40728 [PHPDoc] Fix some union type cases (fancyweb)
This PR was merged into the 4.4 branch. Discussion ---------- [PHPDoc] Fix some union type cases | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - While working on symfony/symfony#40154, I discovered some PHPDoc issues, I'm going to comment in the review. Upper branches will need some fixes too. Commits ------- dd1481642b [PHPDoc] Fix some union type cases
2 parents 859bce5 + 001c20c commit 198de4c

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)