Passed
Push — master ( 212a60...43c91b )
by Luiz Kim
04:19 queued 01:53
created
src/Service/ConfigService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
             'people' => $people,
28 28
             'configKey' => $key
29 29
         ]);
30
-        $value =  $config ? $config->getConfigValue() : null;
30
+        $value = $config ? $config->getConfigValue() : null;
31 31
 
32 32
         return $json ? json_decode($value) : $value;
33 33
     }
Please login to merge, or discard this patch.