Skip to content

Commit fb6b22c

Browse files
Merge branch '4.3' into 4.4
* 4.3: cs fix Fix return statements [TwigBridge] add missing dep Add false type to ChoiceListFactoryInterface::createView $label argument Update UPGRADE guide of 4.3 for EventDispatcher [SecurityBundle] display the correct class name on the deprecated notice
2 parents 42d2462 + 4dc0775 commit fb6b22c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Util/XmlUtils.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ public static function phpize($value)
219219

220220
switch (true) {
221221
case 'null' === $lowercaseValue:
222-
return;
222+
return null;
223223
case ctype_digit($value):
224224
$raw = $value;
225225
$cast = (int) $value;

0 commit comments

Comments
 (0)