Skip to content

Commit 6b1eb68

Browse files
committed
Correct copyright block syntax
1 parent a8d440e commit 6b1eb68

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
<?php
22
/**
3-
* Filesystem configuration loader. Loads configuration from XML files, split by scopes
4-
*
53
* Copyright © Magento, Inc. All rights reserved.
64
* See COPYING.txt for license details.
7-
*
85
*/
96

107
namespace Magento\Framework\Config\Reader;
118

129
/**
10+
* Filesystem configuration loader. Loads configuration from XML files, split by scopes
11+
*
1312
* @SuppressWarnings(PHPMD.NumberOfChildren)
1413
* @api
1514
* @since 100.0.2

0 commit comments

Comments
 (0)