mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-09 21:48:41 +00:00
Improved docblocks
This commit is contained in:
parent
2f9834acd5
commit
f0cc8e191e
|
|
@ -42,7 +42,7 @@ class PaginationView extends View
|
||||||
protected int $page = 1;
|
protected int $page = 1;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* How many pages exists?
|
* How many pages exist?
|
||||||
*
|
*
|
||||||
* @var int
|
* @var int
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
|
|
@ -50,7 +50,7 @@ class PaginationView extends View
|
||||||
protected int $pages = 1;
|
protected int $pages = 1;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* How many results exists?
|
* How many results exist?
|
||||||
*
|
*
|
||||||
* @var int
|
* @var int
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user