]> git.mxchange.org Git - friendica.git/blobdiff - src/App.php
Code standards in App
[friendica.git] / src / App.php
index e495f48dd4e0e828f6bfd991c67258a8f76351f8..2429fde407f2b969078e1ed64d4c323ee940e634 100644 (file)
@@ -385,8 +385,8 @@ class App
                        throw new Exception('Error parsing config file ' . $filepath);
                }
 
-               foreach($config as $category => $values) {
-                       foreach($values as $key => $value) {
+               foreach ($config as $category => $values) {
+                       foreach ($values as $key => $value) {
                                $this->setConfigValue($category, $key, $value);
                        }
                }