Skip to content

Commit 904e30c

Browse files
committed
MAGETWO-34066: [GITHUB] Pager block should support url "fragment" #996
- small fixes in annotations
1 parent d963bb4 commit 904e30c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ protected function _toHtml()
751751
}
752752

753753
/**
754-
* get the url fragment
754+
* Get the URL fragment
755755
*
756756
* @return string|null
757757
*/
@@ -761,9 +761,9 @@ public function getFragment()
761761
}
762762

763763
/**
764-
* set the url fragment
765-
* @param $fragment
764+
* Set the URL fragment
766765
*
766+
* @param string|null $fragment
767767
* @return $this
768768
*/
769769
public function setFragment($fragment)

0 commit comments

Comments
 (0)