Skip to content

Commit 30a6d5a

Browse files
Stanislav Idolovsaphaljha
authored andcommitted
Fixed code style issues
1 parent a26b9bd commit 30a6d5a

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Review/Model/ResourceModel

1 file changed

+1
-1
lines changed

app/code/Magento/Review/Model/ResourceModel/Rating.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ public function getReviewSummary($object, $onlyForCurrentStore = true)
425425

426426
$data = $connection->fetchAll($select, [':review_id' => $object->getReviewId()]);
427427

428-
$currentStore = ($this->_storeManager->isSingleStoreMode()) ? $this->_storeManager->getStore()->getId() : null ;
428+
$currentStore = $this->_storeManager->isSingleStoreMode() ? $this->_storeManager->getStore()->getId() : null;
429429

430430
if ($onlyForCurrentStore) {
431431
foreach ($data as $row) {

0 commit comments

Comments
 (0)