-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Module xml extra end tag removed #26339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Module xml extra end tag removed #26339
Conversation
Hi @tejash-wagento. Thank you for your contribution
For more details, please, review the Magento Contributor Guide documentation. |
Hi @tejash-wagento, |
Hi @dmytro-ch, thank you for the review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please verify thoroughly the dependencies :-)
@@ -6,6 +6,5 @@ | |||
*/ | |||
--> | |||
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd"> | |||
<module name="Magento_AdvancedPricingImportExport" > | |||
</module> | |||
<module name="Magento_AdvancedPricingImportExport" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
XML should not have space before />
or >
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Space removed
app/code/Magento/Dhl/etc/module.xml
Outdated
@@ -6,6 +6,5 @@ | |||
*/ | |||
--> | |||
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd"> | |||
<module name="Magento_Dhl" > | |||
</module> | |||
<module name="Magento_Dhl" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dhl
module depends on Config
and Shipping
(quick look).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Space removed
app/code/Magento/Rss/etc/module.xml
Outdated
@@ -6,6 +6,5 @@ | |||
*/ | |||
--> | |||
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd"> | |||
<module name="Magento_Rss" > | |||
</module> | |||
<module name="Magento_Rss" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rss
depends on Config
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Space removed
app/code/Magento/Ups/etc/module.xml
Outdated
@@ -6,6 +6,5 @@ | |||
*/ | |||
--> | |||
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd"> | |||
<module name="Magento_Ups" > | |||
</module> | |||
<module name="Magento_Ups" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ups
module depends on Config
and Shipping
(quick look).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Space removed
Hi @lbajsarowicz, I have resolved issues. |
Add dependencies I've mentioned :-) |
Hi @lenaorobei, thank you for the review. |
✔️ QA passed |
Hi @tejash-wagento, thank you for your contribution! |
Description (*)
Module xml extra end tag removed
Fixed Issues (if relevant)
Manual testing scenarios (*)
Questions or comments
Contribution checklist (*)