We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf434e7 commit e1ba475Copy full SHA for e1ba475
src/Helper.php
@@ -40,7 +40,7 @@ public static function domNodeToArray($node): mixed
40
$v = '';
41
}
42
$output[$t][] = $v;
43
- /** @phpstan-ignore-next-line */
+ /** @phpstan-ignore-next-line */
44
} elseif ($v || $v === '0') {
45
$output = (string) $v;
46
0 commit comments