Skip to content

Commit

Permalink
Remove array indexing by entityId
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisandrew committed Sep 27, 2017
1 parent 0f71c20 commit 505fd9f
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -369,9 +369,6 @@ protected function getAttributeValues($entityIds, $storeId)
}
$values = [];

foreach ($entityIds as $entityId) {
$values[$entityId] = [];
}
$attributes = $this->getAttributes();
$attributesType = ['varchar', 'int', 'decimal', 'text', 'datetime'];
foreach ($attributesType as $type) {
Expand Down

0 comments on commit 505fd9f

Please sign in to comment.