@@ -34,7 +34,7 @@ |
||
| 34 | 34 | throw new NullException("Relation {$this} can not be null"); |
| 35 | 35 | } |
| 36 | 36 | |
| 37 | - if ($original!== null) { |
|
| 37 | + if ($original !== null) { |
|
| 38 | 38 | // reset the key |
| 39 | 39 | $store->register($this->innerKey, null, true); |
| 40 | 40 | } |