Passed
Push — master ( 307c5a...43d84c )
by Tõnis
02:41
created
src/traits/MyActiveTrait.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -128,10 +128,10 @@  discard block
 block discarded – undo
128 128
 
129 129
             // delete logically
130 130
             if ($this->userUpdatedCol) {
131
-                $this->{$this->userUpdatedCol} = $this->getIdentityId();;
131
+                $this->{$this->userUpdatedCol} = $this->getIdentityId(); ;
132 132
             }
133 133
             if ($this->userClosedCol) {
134
-                $this->{$this->userClosedCol} = $this->getIdentityId();;
134
+                $this->{$this->userClosedCol} = $this->getIdentityId(); ;
135 135
             }
136 136
 
137 137
             if ($this->timeUpdatedCol) {
@@ -332,7 +332,7 @@  discard block
 block discarded – undo
332 332
      * @param string $tableName
333 333
      * @return bool
334 334
      */
335
-    private static function hasClosing($tableName){
335
+    private static function hasClosing($tableName) {
336 336
             $closing = Closing::findOne($tableName);
337 337
             return !($closing == null);
338 338
     }
Please login to merge, or discard this patch.