Passed
Push — develop ( d317a1...403463 )
by Brent
03:24
created
src/Brendt/Stitcher/Adapter/PaginationAdapter.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -92,6 +92,10 @@
 block discarded – undo
92 92
         $result[$pageId] = $mainPage;
93 93
     }
94 94
 
95
+    /**
96
+     * @param string $pageId
97
+     * @param integer $pageIndex
98
+     */
95 99
     private function createPagination($pageId, $pageIndex) {
96 100
         $next = count($this->entries) ? $pageIndex + 1 : null;
97 101
         $nextUrl = $next ? "{$pageId}/page-{$next}" : null;
Please login to merge, or discard this patch.