File tree Expand file tree Collapse file tree 5 files changed +1
-9
lines changed Expand file tree Collapse file tree 5 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 22
33namespace JsPhpize \Nodes ;
44
5- use JsPhpize \Parser \Exception ;
6-
75class Block extends Node
86{
97 /**
Original file line number Diff line number Diff line change 22
33namespace JsPhpize \Nodes ;
44
5- use JsPhpize \Parser \Exception ;
6-
75class Instruction extends Node
86{
97 /**
Original file line number Diff line number Diff line change 22
33namespace JsPhpize \Nodes ;
44
5- use JsPhpize \Parser \Exception ;
6-
75abstract class Node
86{
97 public function __get ($ name )
Original file line number Diff line number Diff line change 22
33namespace JsPhpize \Nodes ;
44
5- use JsPhpize \Parser \Exception ;
6-
75class Parenthesis extends Value
86{
97 /**
Original file line number Diff line number Diff line change @@ -482,7 +482,7 @@ public function parseBlock($block)
482482 if ($ next ->is ('( ' )) {
483483 $ this ->skip ();
484484 $ keyword ->setValue ($ this ->parseParentheses ());
485- } elseif ($ keyword ->needParenthesis ()) {
485+ } elseif ($ keyword ->needParenthesis ()) {
486486 throw new Exception ("' " . $ keyword ->type . "' block need parentheses. " , 17 );
487487 }
488488 }
You can’t perform that action at this time.
0 commit comments