Skip to content

Commit ed36218

Browse files
committed
Fix style
1 parent 284f95c commit ed36218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JsPhpize/Compiler/Compiler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
use JsPhpize\Nodes\Instruction;
1414
use JsPhpize\Nodes\Node;
1515
use JsPhpize\Nodes\Parenthesis;
16-
use JsPhpize\Nodes\Value;
1716
use JsPhpize\Nodes\Ternary;
17+
use JsPhpize\Nodes\Value;
1818
use JsPhpize\Nodes\Variable;
1919

2020
class Compiler

0 commit comments

Comments
 (0)