Passed
Push — master ( cffbf9...f58412 )
by Carsten
04:26
created
src/PaginationFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
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 )
Please login to merge, or discard this patch.
src/PaginationInterface.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
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 );
Please login to merge, or discard this patch.