Completed
Push — master ( b4c347...aed8e9 )
by
unknown
06:49
created
tests/unittests/extensions/PaginationExtensionTest.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -28,10 +28,16 @@
 block discarded – undo
28 28
 
29 29
 class PaginationTestController extends SS_Object implements TestOnly {
30 30
 
31
+    /**
32
+     * @param SS_HTTPRequest $request
33
+     */
31 34
     public function getLimit($request) {
32 35
         return $this->limit($request);
33 36
     }
34 37
 
38
+    /**
39
+     * @param SS_HTTPRequest $request
40
+     */
35 41
     public function getOffset($request) {
36 42
         return $this->offset($request);
37 43
     }
Please login to merge, or discard this patch.