Fix PHPDoc comments project-wide
This commit is contained in:
parent
6077aa5847
commit
3282ce5389
113 changed files with 1703 additions and 795 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue