Improved docblocks

This commit is contained in:
Dennis Eichhorn 2019-10-23 13:20:53 +02:00
parent 2f9834acd5
commit f0cc8e191e

View File

@ -42,7 +42,7 @@ class PaginationView extends View
protected int $page = 1;
/**
* How many pages exists?
* How many pages exist?
*
* @var int
* @since 1.0.0
@ -50,7 +50,7 @@ class PaginationView extends View
protected int $pages = 1;
/**
* How many results exists?
* How many results exist?
*
* @var int
* @since 1.0.0