Completed
Push — 3.0 ( f7dde3...9c92ff )
by Vermeulen
02:27
created
src/class/core/Errors.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@  discard block
 block discarded – undo
26 26
     
27 27
     protected static function getApp()
28 28
     {
29
-        if(is_null(self::$app)) {
29
+        if (is_null(self::$app)) {
30 30
             self::$app = Application::getInstance();
31 31
         }
32 32
         
@@ -57,7 +57,7 @@  discard block
 block discarded – undo
57 57
             return $renderConfig['cli'];
58 58
         }
59 59
         
60
-        if(isset($renderConfig['default'])) {
60
+        if (isset($renderConfig['default'])) {
61 61
             return $renderConfig['default'];
62 62
         }
63 63
         
Please login to merge, or discard this patch.