We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b1eb68 commit 3dfe2c4Copy full SHA for 3dfe2c4
lib/internal/Magento/Framework/Config/Reader/Filesystem.php
@@ -7,8 +7,8 @@
7
namespace Magento\Framework\Config\Reader;
8
9
/**
10
-* Filesystem configuration loader. Loads configuration from XML files, split by scopes
11
-*
+ * Filesystem configuration loader. Loads configuration from XML files, split by scopes
+ *
12
* @SuppressWarnings(PHPMD.NumberOfChildren)
13
* @api
14
* @since 100.0.2
@@ -139,6 +139,7 @@ public function read($scope = null)
139
* @param array $fileList
140
* @return array
141
* @throws \Magento\Framework\Exception\LocalizedException
142
+ * @SuppressWarnings(PHPMD.CyclomaticComplexity)
143
*/
144
protected function _readFiles($fileList)
145
{
0 commit comments