Completed
Push — master ( fff5a6...139907 )
by Dawid
11s
created
src/Application/Config.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
     {
49 49
         $result = $this->config;
50 50
         $key = explode('.', $key);
51
-        foreach($key as $part) {
51
+        foreach ($key as $part) {
52 52
             if (!is_array($result) || !isset($result[$part])) {
53 53
                 return null;
54 54
             }
Please login to merge, or discard this patch.