@@ -3,7 +3,7 @@ |
||
3 | 3 | |
4 | 4 | class TernaryIntermediate extends TerminalExpression { |
5 | 5 | |
6 | - public function operate(Stack $stack, $variables=array()) { |
|
6 | + public function operate(Stack $stack, $variables = array()) { |
|
7 | 7 | throw new \RuntimeException('Mismatched ternary operator!'); |
8 | 8 | } |
9 | 9 |
@@ -3,7 +3,7 @@ |
||
3 | 3 | |
4 | 4 | class TernaryIntermediate extends TerminalExpression { |
5 | 5 | |
6 | - public function operate(Stack $stack, $variables=array()) { |
|
6 | + public function operate(Stack $stack, $variables = array()) { |
|
7 | 7 | throw new \RuntimeException('Mismatched ternary operator!'); |
8 | 8 | } |
9 | 9 |