Skip to content

Commit

Permalink
MAGETWO-34066: [GITHUB] Pager block should support url "fragment" #996
Browse files Browse the repository at this point in the history
- small fixes in annotations
  • Loading branch information
vpelipenko committed Feb 11, 2015
1 parent d963bb4 commit 904e30c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/code/Magento/Theme/Block/Html/Pager.php
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ protected function _toHtml()
}

/**
* get the url fragment
* Get the URL fragment
*
* @return string|null
*/
Expand All @@ -761,9 +761,9 @@ public function getFragment()
}

/**
* set the url fragment
* @param $fragment
* Set the URL fragment
*
* @param string|null $fragment
* @return $this
*/
public function setFragment($fragment)
Expand Down

0 comments on commit 904e30c

Please sign in to comment.