]> git.mxchange.org Git - friendica.git/commitdiff
Code standards in App
authorHypolite Petovan <mrpetovan@gmail.com>
Sun, 15 Jul 2018 16:44:32 +0000 (12:44 -0400)
committerHypolite Petovan <mrpetovan@gmail.com>
Mon, 16 Jul 2018 23:38:19 +0000 (19:38 -0400)
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);
                        }
                }