Skip to content

Commit 6fd69f2

Browse files
committed
fix typo
1 parent 863eb1a commit 6fd69f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PHPMV/utils/JSX.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ private static function getChildrenStr(\DOMNode $root, ?ReactJS $react): string
8686
if (self::hasBraces($ev)) {
8787
$children[] = \substr($ev, 1, - 1);
8888
} elseif (\trim($ev) != null) {
89-
$children[] = '"' . $v . '"';
89+
$children[] = '"' . $ev . '"';
9090
}
9191
}
9292
} else {

0 commit comments

Comments
 (0)