From 366623b9dfd9a17c6ddff10ccc9a7b78ae159565 Mon Sep 17 00:00:00 2001 From: Dmitry Patsura Date: Sun, 13 Nov 2016 02:06:38 +0900 Subject: [PATCH] [Compiler] ContinueSt - fix bug with NS imports for LNumber --- src/Compiler/Statement/ContinueSt.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Compiler/Statement/ContinueSt.php b/src/Compiler/Statement/ContinueSt.php index 5e84b198..5a73e89f 100644 --- a/src/Compiler/Statement/ContinueSt.php +++ b/src/Compiler/Statement/ContinueSt.php @@ -2,6 +2,7 @@ namespace PHPSA\Compiler\Statement; +use PhpParser\Node\Scalar\LNumber; use PHPSA\CompiledExpression; use PHPSA\Context;