@@ -28,6 +28,6 @@ |
||
28 | 28 | return $this->firstOperand->evaluate() <= $this->secondOperand->evaluate(); |
29 | 29 | } |
30 | 30 | |
31 | - throw new \RuntimeException('Undefined comparison operator: ' . $this->operator); |
|
31 | + throw new \RuntimeException('Undefined comparison operator: '.$this->operator); |
|
32 | 32 | } |
33 | 33 | } |
@@ -25,6 +25,6 @@ |
||
25 | 25 | return $this->firstOperand->evaluate() ** $this->secondOperand->evaluate(); |
26 | 26 | } |
27 | 27 | |
28 | - throw new \RuntimeException('Undefined operator: ' . $this->operator); |
|
28 | + throw new \RuntimeException('Undefined operator: '.$this->operator); |
|
29 | 29 | } |
30 | 30 | } |