Completed
Push — master ( 7007ea...286185 )
by Hannes
06:41 queued 04:52
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.
src/Merger.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use setasign\Fpdi\Fpdi;
6 6
 use Symfony\Component\Finder\Finder;
7
-use setasign\Fpdi\PdfParser\StreamReader;
8 7
 
9 8
 /**
10 9
  * Merge existing pdfs into one
Please login to merge, or discard this patch.