Skip to content

Commit c3a03fa

Browse files
committed
Remove unused import
1 parent 3e6b4f8 commit c3a03fa

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/JsPhpize/Compiler/InterpolationTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ protected function readInterpolation($value)
3434
}
3535
}
3636
}
37-
}
37+
}

src/JsPhpize/Lexer/Scanner.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace JsPhpize\Lexer;
44

55
use JsPhpize\JsPhpize;
6-
use JsPhpize\Nodes\Constant;
76

87
class Scanner
98
{

0 commit comments

Comments
 (0)