Skip to content

Commit 92c15cf

Browse files
committed
Fix imports order
1 parent a762da1 commit 92c15cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/JsPhpize/JsPhpizePhug.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
namespace JsPhpize;
44

55
use Exception;
6-
use Phug\AbstractCompilerModule;
7-
use Phug\Compiler;
8-
use Phug\CompilerEvent;
96
use JsPhpize\Compiler\Exception as CompilerException;
107
use JsPhpize\Lexer\Exception as LexerException;
118
use JsPhpize\Parser\Exception as ParserException;
9+
use Phug\AbstractCompilerModule;
10+
use Phug\Compiler;
11+
use Phug\CompilerEvent;
1212
use Phug\Util\ModuleContainerInterface;
1313

1414
class JsPhpizePhug extends AbstractCompilerModule

0 commit comments

Comments
 (0)