Test Setup Failed
Branch master (0807eb)
by Tõnis
01:10
created
traits/MyActiveTrait.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -300,8 +300,8 @@
 block discarded – undo
300 300
      * @return bool
301 301
      */
302 302
     private static function hasClosing($tableName){
303
-         $closing = Closing::findOne($tableName);
304
-         return !($closing == null);
303
+            $closing = Closing::findOne($tableName);
304
+            return !($closing == null);
305 305
     }
306 306
 
307 307
     /**
Please login to merge, or discard this patch.