Closed
Description
Preconditions
- php 7.0.19
- Magento 2.2
Steps to reproduce
- RUN > php bin/magento app:config:dump
- Search for 'address_templates' key in config.php and count number of spacees in every line of formatted multiline text value.
- Now run again>php bin/magento app:config:dump
- Again check for number of spaces. You will find two more space.
- Every time when we dump of execute setup:upgrade it adds extra space to multiline config value.
Expected result
- There should be no extra space if there is no change in the configuration.
Actual result
Metadata
Metadata
Assignees
Labels
Gate 2 Passed. Manual verification of the issue description passedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedGate 4. Acknowledged. Issue is added to backlog and ready for developmentThe issue has been reproduced on latest 2.1 releaseThe issue has been reproduced on latest 2.2 releaseThe issue has been reproduced on latest 2.3 release