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 a762da1 commit 92c15cfCopy full SHA for 92c15cf
src/JsPhpize/JsPhpizePhug.php
@@ -3,12 +3,12 @@
3
namespace JsPhpize;
4
5
use Exception;
6
-use Phug\AbstractCompilerModule;
7
-use Phug\Compiler;
8
-use Phug\CompilerEvent;
9
use JsPhpize\Compiler\Exception as CompilerException;
10
use JsPhpize\Lexer\Exception as LexerException;
11
use JsPhpize\Parser\Exception as ParserException;
+use Phug\AbstractCompilerModule;
+use Phug\Compiler;
+use Phug\CompilerEvent;
12
use Phug\Util\ModuleContainerInterface;
13
14
class JsPhpizePhug extends AbstractCompilerModule
0 commit comments