X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FContent%2FPager.php;h=c9acb63f236c4c361479a22bdf8af3b918776c67;hb=27006f577caabd3b9c2da3ea5ce6951f1756c0fa;hp=4045ac8443153b78b9cbe71ab89f0e6aadb1215e;hpb=2fbf1d54e25429f3de030fb2846c9e516e87187d;p=friendica.git diff --git a/src/Content/Pager.php b/src/Content/Pager.php index 4045ac8443..c9acb63f23 100644 --- a/src/Content/Pager.php +++ b/src/Content/Pager.php @@ -65,7 +65,7 @@ class Pager /** * Returns the current page number * - * @return type + * @return int */ public function getPage() { @@ -140,6 +140,7 @@ class Pager * * @param integer $itemCount The number of displayed items on the page * @return string HTML string of the pager + * @throws \Friendica\Network\HTTPException\InternalServerErrorException */ public function renderMinimal($itemCount) { @@ -182,6 +183,7 @@ class Pager * * @param integer $itemCount The total number of items including those note displayed on the page * @return string HTML string of the pager + * @throws \Friendica\Network\HTTPException\InternalServerErrorException */ public function renderFull($itemCount) {