Skip to content

Commit 3dfe2c4

Browse files
committed
Update comments to appease linter
1 parent 6b1eb68 commit 3dfe2c4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/internal/Magento/Framework/Config/Reader/Filesystem.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
namespace Magento\Framework\Config\Reader;
88

99
/**
10-
* Filesystem configuration loader. Loads configuration from XML files, split by scopes
11-
*
10+
* Filesystem configuration loader. Loads configuration from XML files, split by scopes
11+
*
1212
* @SuppressWarnings(PHPMD.NumberOfChildren)
1313
* @api
1414
* @since 100.0.2
@@ -139,6 +139,7 @@ public function read($scope = null)
139139
* @param array $fileList
140140
* @return array
141141
* @throws \Magento\Framework\Exception\LocalizedException
142+
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
142143
*/
143144
protected function _readFiles($fileList)
144145
{

0 commit comments

Comments
 (0)