@@ -33,7 +33,7 @@ |
||
33 | 33 | /** |
34 | 34 | * @param mixed $items The items to paginate: int, array or Traversable (countable) |
35 | 35 | * @param int|array $pagination_data The data to construct the pagination with |
36 | - * @param string $php_class Optional: Custom pagination class FQDN |
|
36 | + * @param string $custom_php_class Optional: Custom pagination class FQDN |
|
37 | 37 | * @return |
38 | 38 | */ |
39 | 39 | public function __invoke( $items, $pagination_data, string $custom_php_class = null ) |
@@ -79,7 +79,7 @@ |
||
79 | 79 | |
80 | 80 | /** |
81 | 81 | * Sets the number of items on a page |
82 | - * @param int $site |
|
82 | + * @param int $size |
|
83 | 83 | * @return PaginationInterface |
84 | 84 | */ |
85 | 85 | public function setPageSize( $size ); |