Completed
Pull Request — master (#5)
by Daniel
08:11 queued 06:07
created
lib/GridOptions.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -33,6 +33,9 @@
 block discarded – undo
33 33
         $this->variant = $options['variant'];
34 34
     }
35 35
 
36
+    /**
37
+     * @return integer
38
+     */
36 39
     public function getCurrentPage()
37 40
     {
38 41
         return $this->currentPage;
Please login to merge, or discard this patch.