We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d963bb4 commit 904e30cCopy full SHA for 904e30c
app/code/Magento/Theme/Block/Html/Pager.php
@@ -751,7 +751,7 @@ protected function _toHtml()
751
}
752
753
/**
754
- * get the url fragment
+ * Get the URL fragment
755
*
756
* @return string|null
757
*/
@@ -761,9 +761,9 @@ public function getFragment()
761
762
763
764
- * set the url fragment
765
- * @param $fragment
+ * Set the URL fragment
766
+ * @param string|null $fragment
767
* @return $this
768
769
public function setFragment($fragment)
0 commit comments