Completed
Pull Request — master (#29)
by
unknown
01:20
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.