Skip to content

Commit 3f4642e

Browse files
committed
Updated code test
1 parent c57d98c commit 3f4642e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

app/code/Magento/Theme/Block/Html/Pager.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -450,9 +450,11 @@ public function getLastPageUrl()
450450
*/
451451
public function getPageUrl($page)
452452
{
453-
return $this->getPagerUrl([
454-
$this->getPageVarName() => $page > 1 ? $page : null,
455-
]);
453+
return $this->getPagerUrl(
454+
[
455+
$this->getPageVarName() => $page > 1 ? $page : null,
456+
]
457+
);
456458
}
457459

458460
/**

0 commit comments

Comments
 (0)