Completed
Push — master ( 251e80...6a4caa )
by Yuri
02:28
created
src/Flash.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -70,8 +70,9 @@
 block discarded – undo
70 70
      */
71 71
     public static function __callStatic($method, array $arguments)
72 72
     {
73
-        if ( ! isset(self::$engine))
74
-            new self();
73
+        if ( ! isset(self::$engine)) {
74
+                    new self();
75
+        }
75 76
 
76 77
         return self::invoke($method, $arguments);
77 78
     }
Please login to merge, or discard this patch.