Skip to content

Commit a0bde61

Browse files
committed
Fixed identation
1 parent 2995f4f commit a0bde61

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

lib/internal/Magento/Framework/Model/ResourceModel/Db/Collection/AbstractCollection.php

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -230,12 +230,11 @@ protected function _initSelectFields()
230230
$column = $field;
231231
}
232232

233-
if ($alias !== null && in_array(
234-
$alias,
235-
$columnsToSelect
236-
) ||
233+
if ($alias !== null &&
234+
in_array($alias, $columnsToSelect) ||
237235
// If field already joined from another table
238-
$alias === null && isset($alias, $columnsToSelect)
236+
$alias === null &&
237+
isset($alias, $columnsToSelect)
239238
) {
240239
continue;
241240
}

0 commit comments

Comments
 (0)