@@ -24,7 +24,7 @@ |
||
| 24 | 24 | |
| 25 | 25 | protected $precidence = 4; |
| 26 | 26 | |
| 27 | - public function operate(\SimpleMath\Stack $stack, $variables=array()) { |
|
| 27 | + public function operate(\SimpleMath\Stack $stack, $variables = array()) { |
|
| 28 | 28 | $left = $stack->pop()->operate($stack, $variables); |
| 29 | 29 | $right = $stack->pop(); |
| 30 | 30 | $right = ($right ? $right->operate($stack, $variables) : 0); |