Skip to content

Commit dd80552

Browse files
committed
Sort entries of module.xml file
1 parent b2530d7 commit dd80552

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

etc/module.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
/**
44
* Yireo ExtensionChecker for Magento
55
*
6-
* @package Yireo_ExtensionChecker
7-
* @author Yireo (https://www.yireo.com/)
8-
* @copyright Copyright 2018 Yireo (https://www.yireo.com/)
9-
* @license Open Source License (OSL v3)
6+
* @package Yireo_ExtensionChecker
7+
* @author Yireo (https://www.yireo.com/)
8+
* @copyright Copyright 2018 Yireo (https://www.yireo.com/)
9+
* @license Open Source License (OSL v3)
1010
*/
1111
-->
1212
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
1313
<module name="Yireo_ExtensionChecker">
1414
<sequence>
15-
<module name="Magento_Catalog"/>
16-
<module name="Magento_Customer"/>
17-
<module name="Magento_Store"/>
18-
<module name="Yireo_IntegrationTestHelper"/>
15+
<module name="Magento_Catalog"/>
16+
<module name="Magento_Customer"/>
17+
<module name="Magento_Store"/>
18+
<module name="Yireo_IntegrationTestHelper"/>
1919
</sequence>
2020
</module>
21-
</config>
21+
</config>

0 commit comments

Comments
 (0)