Passed
Push — master ( d5c329...413b55 )
by Adam
02:40
created
src/Pagination.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
     
53 53
     /**
54 54
      * Builds the query string to add to the URL
55
-     * @param mixed $page If the page variable is set to a number will add the page number to the query string else will not add any additional items
55
+     * @param string $page If the page variable is set to a number will add the page number to the query string else will not add any additional items
56 56
      * @return string The complete string will be returned to add to the link item
57 57
      */
58 58
     protected function buildQueryString($page){
Please login to merge, or discard this patch.