Completed
Push — master ( efdfee...691237 )
by dima
01:55
created
bootstrap/app.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -30,8 +30,7 @@
 block discarded – undo
30 30
     if (version_compare(PHP_VERSION, '5.3', '>='))
31 31
     {
32 32
         error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT & ~E_USER_NOTICE & ~E_USER_DEPRECATED);
33
-    }
34
-    else
33
+    } else
35 34
     {
36 35
         error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT & ~E_USER_NOTICE);
37 36
     }    
Please login to merge, or discard this patch.