Skip to content

Commit f1cfdda

Browse files
committed
documentation for $start = null
1 parent 458449f commit f1cfdda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Pdf.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,8 @@ public function addFile($name, $handle = null, $password = null)
161161
*
162162
* @param int|string|array|null $start the start page number or an array of page
163163
* numbers. If an array, the other arguments will be ignored. $start can
164-
* also be bigger than $end for pages in reverse order.
164+
* also be bigger than $end for pages in reverse order. If $start is null all
165+
* pages of all files will be added.
165166
* @param int|string|null $end the end page number or null for single page
166167
* (or list if $start is an array)
167168
* @param string|null $handle the handle of the file to use. Can be null if

0 commit comments

Comments
 (0)