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 a8d440e commit 6b1eb68Copy full SHA for 6b1eb68
lib/internal/Magento/Framework/Config/Reader/Filesystem.php
@@ -1,15 +1,14 @@
1
<?php
2
/**
3
- * Filesystem configuration loader. Loads configuration from XML files, split by scopes
4
- *
5
* Copyright © Magento, Inc. All rights reserved.
6
* See COPYING.txt for license details.
7
8
*/
9
10
namespace Magento\Framework\Config\Reader;
11
12
+* Filesystem configuration loader. Loads configuration from XML files, split by scopes
+*
13
* @SuppressWarnings(PHPMD.NumberOfChildren)
14
* @api
15
* @since 100.0.2
0 commit comments