Completed
Push — master ( 7a7eea...9704d2 )
by Albert
03:10
created
src/Pagination/PaginatorBuilder.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -16,6 +16,9 @@
 block discarded – undo
16 16
         $this->perPage = $perPage;
17 17
     }
18 18
 
19
+    /**
20
+     * @param integer $count
21
+     */
19 22
     public function build(ServerRequestInterface $request, $count)
20 23
     {
21 24
         $page = isset($request->getQueryParams()['page']) &&
Please login to merge, or discard this patch.