Passed
Push — master ( ac5e94...a73d8a )
by Luiz Kim
02:29
created
src/Service/ConfigService.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -36,8 +36,9 @@
 block discarded – undo
36 36
             'people' => $people,
37 37
             'configKey' => $key
38 38
         ]);
39
-        if ($config)
40
-            return $config;
39
+        if ($config) {
40
+                    return $config;
41
+        }
41 42
         if ($create) {
42 43
             $config = new Config();
43 44
             $config->setConfigKey($key);
Please login to merge, or discard this patch.