Passed
Pull Request — master (#115)
by Arman
11:57
created
src/Console/QtConsole.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -90,13 +90,13 @@
 block discarded – undo
90 90
             Config::getInstance()->load(new Setup('config', 'config'));
91 91
 
92 92
             if (config()->get('multilang')) {
93
-                Lang::getInstance((int)config()->get(Lang::LANG_SEGMENT))->load();
93
+                Lang::getInstance((int) config()->get(Lang::LANG_SEGMENT))->load();
94 94
             }
95 95
 
96 96
             return $this->application->run($input, $output);
97 97
         } catch (\Throwable $throwable) {
98 98
             $output->writeln("<error>" . $throwable->getMessage() . "</error>");
99
-            return (int)$throwable->getCode();
99
+            return (int) $throwable->getCode();
100 100
         }
101 101
     }
102 102
 
Please login to merge, or discard this patch.