Passed
Push — master ( 01d48f...f6f1b6 )
by Anton
04:30 queued 02:32
created
src/Relation/BelongsTo.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
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
             }
Please login to merge, or discard this patch.