File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
lib/internal/Magento/Framework/Config/Reader Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -165,10 +165,9 @@ protected function _readFiles($fileList)
165165 if ($ this ->validationState ->isValidationRequired ()) {
166166 $ errors = [];
167167 if ($ configMerger && !$ configMerger ->validate ($ this ->_schemaFile , $ errors )) {
168- // The merged XML is invalid, but each XML document is
169- // individually valid. (If they had errors, we've have thrown an
170- // exception in the loop above.) Let's work out which document
171- // is causing us a problem.
168+ // The merged XML is invalid, but each XML document is individually valid.
169+ // (If they had errors, we would have thrown an exception in the loop above.)
170+ // Let's work out which document is causing us a problem.
172171 $ configMerger = null ;
173172 foreach ($ fileList as $ key => $ content ) {
174173 if (!$ configMerger ) {
You can’t perform that action at this time.
0 commit comments