@@ -26,7 +26,7 @@ |
||
| 26 | 26 | public function __construct($name, $expr) |
| 27 | 27 | { |
| 28 | 28 | parent::__construct(); |
| 29 | - $this->nodes[0]= $expr; |
|
| 29 | + $this->nodes[0] = $expr; |
|
| 30 | 30 | $this->name = $name; |
| 31 | 31 | } |
| 32 | 32 | |