Skip to content

Commit e1ba475

Browse files
committed
CS fix
1 parent cf434e7 commit e1ba475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Helper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public static function domNodeToArray($node): mixed
4040
$v = '';
4141
}
4242
$output[$t][] = $v;
43-
/** @phpstan-ignore-next-line */
43+
/** @phpstan-ignore-next-line */
4444
} elseif ($v || $v === '0') {
4545
$output = (string) $v;
4646
}

0 commit comments

Comments
 (0)