Completed
Push — master ( d737b5...538bd2 )
by Afshin
02:57
created
core/ModuleInitializer.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@  discard block
 block discarded – undo
31 31
      */
32 32
     protected $moduleInstances = [];
33 33
 
34
-    public function __construct($app, $modules=array())
34
+    public function __construct($app, $modules = array())
35 35
     {
36 36
         $this->app = $app;
37 37
         // build an class map of [[module => moduleClassPath], ..]
@@ -92,7 +92,7 @@  discard block
 block discarded – undo
92 92
         }
93 93
 
94 94
         $allSettings['modules'] = array_merge_recursive($allSettings['modules'], $this->getModuleConfig());
95
-        $container['settings']->__construct( $allSettings );
95
+        $container['settings']->__construct($allSettings);
96 96
     }
97 97
 
98 98
     /**
Please login to merge, or discard this patch.