@@ -121,6 +121,9 @@ |
||
| 121 | 121 | } |
| 122 | 122 | } |
| 123 | 123 | |
| 124 | + /** |
|
| 125 | + * @param string $operation |
|
| 126 | + */ |
|
| 124 | 127 | public function ensureSameType(self $other, $operation) |
| 125 | 128 | { |
| 126 | 129 | if ($this->isRelative() && !$other->isRelative()) { |