Completed
Push — master ( a5d313...cc8541 )
by Hannes
01:12
created
src/Pages.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -60,8 +60,8 @@
 block discarded – undo
60 60
     /**
61 61
      * Add range of pages
62 62
      *
63
-     * @param  int|string $start
64
-     * @param  int|string $end
63
+     * @param  string $start
64
+     * @param  string $end
65 65
      * @return void
66 66
      */
67 67
     public function addRange($start, $end)
Please login to merge, or discard this patch.