Completed
Push — develop ( 57dfb2...713d02 )
by Tom
03:43
created
src/N98/Magento/Application/ConfigurationLoader.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -234,6 +234,10 @@
 block discarded – undo
234 234
         return $config;
235 235
     }
236 236
 
237
+    /**
238
+     * @param string $magentoRootFolder
239
+     * @param integer $depth
240
+     */
237 241
     private function traversePluginFoldersForConfigFile($magentoRootFolder, $in, $depth)
238 242
     {
239 243
         $basename = $this->_customConfigFilename;
Please login to merge, or discard this patch.