Skip to content

Commit a8d440e

Browse files
committed
Correct grammar in comment
1 parent 2f9de7b commit a8d440e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

lib/internal/Magento/Framework/Config/Reader/Filesystem.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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) {

0 commit comments

Comments
 (0)