Skip to content

Commit e188285

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

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Backend/Block/Widget/Grid/Massaction

1 file changed

+2
-2
lines changed

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

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

278-
if($this->getMassactionIdField()) {
278+
if ($this->getMassactionIdField()) {
279279
$massActionIdField = $this->getMassactionIdField();
280-
}else {
280+
} else {
281281
$massActionIdField = $this->getParentBlock()->getMassactionIdField();
282282
}
283283

0 commit comments

Comments
 (0)