From 904e30c1d50d057408bee06e2d3db070ffe6bdac Mon Sep 17 00:00:00 2001 From: Vladimir Pelipenko Date: Wed, 11 Feb 2015 18:55:03 +0200 Subject: [PATCH] MAGETWO-34066: [GITHUB] Pager block should support url "fragment" #996 - small fixes in annotations --- app/code/Magento/Theme/Block/Html/Pager.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/code/Magento/Theme/Block/Html/Pager.php b/app/code/Magento/Theme/Block/Html/Pager.php index 74d9b3d2cfa2b..ca72861dfd12d 100644 --- a/app/code/Magento/Theme/Block/Html/Pager.php +++ b/app/code/Magento/Theme/Block/Html/Pager.php @@ -751,7 +751,7 @@ protected function _toHtml() } /** - * get the url fragment + * Get the URL fragment * * @return string|null */ @@ -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)