Skip to content

Commit 1c401d1

Browse files
authored
Travis CI Fixed
1 parent 1f77bd1 commit 1c401d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Backend/Block/Widget/Grid/Massaction/AbstractMassaction.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,9 +277,9 @@ public function getGridIdsJson()
277277
/** @var \Magento\Framework\Data\Collection $allIdsCollection */
278278
$allIdsCollection = clone $this->getParentBlock()->getCollection();
279279

280-
if($this->getMassactionIdField()) {
280+
if ($this->getMassactionIdField()) {
281281
$massActionIdField = $this->getMassactionIdField();
282-
}else {
282+
} else {
283283
$massActionIdField = $this->getParentBlock()->getMassactionIdField();
284284
}
285285

0 commit comments

Comments
 (0)