-
Notifications
You must be signed in to change notification settings - Fork 9.4k
magento/magento2#: Remove redundant use=“optional” from INDEXER XSD schema #25673
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
magento/magento2#: Remove redundant use=“optional” from INDEXER XSD schema #25673
Conversation
Hi @atwixfirster. Thank you for your contribution
For more details, please, review the Magento Contributor Guide documentation. |
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.
Nice catch, thanks for contribution @atwixfirster
✔️ QA Passed |
Hi @dmytro-ch, thank you for the review. |
…INDEXER XSD schema #25673
Hi @atwixfirster, thank you for your contribution! |
Description (*)
PR removes the redundant
use=“optional”
in theindexer.xsd
. Regarding to https://www.w3.org/TR/xmlschema-1/ attribute use has a default optional value:Also, PR removes the redundant spaces.
Fixed Issues (if relevant)
Manual testing scenarios (*)
Questions or comments
Contribution checklist (*)
Thank you!