Completed
Push — master ( 38afed...b860d1 )
by Mārtiņš
02:36
created
src/Palladium/Entity/Identity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -126,7 +126,7 @@
 block discarded – undo
126 126
             $this->setStatusChangedOn(time());
127 127
         }
128 128
 
129
-        $this->status = (int)$status;
129
+        $this->status = (int) $status;
130 130
     }
131 131
 
132 132
 
Please login to merge, or discard this patch.