Test Setup Failed
Push — master ( 77ecd2...08ece0 )
by Tõnis
01:27 queued 10s
created
traits/MyActiveTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -299,7 +299,7 @@
 block discarded – undo
299 299
      * @param string $tableName
300 300
      * @return bool
301 301
      */
302
-    private static function hasClosing($tableName){
302
+    private static function hasClosing($tableName) {
303 303
             $closing = Closing::findOne($tableName);
304 304
             return !($closing == null);
305 305
     }
Please login to merge, or discard this patch.