Skip to content

Commit 5121b2a

Browse files
committed
- MFH Fix docu
1 parent 32dc6ee commit 5121b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/spl/internal/limititerator.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class LimitIterator implements OuterIterator
3232
*
3333
* @param it Iterator to limit
3434
* @param offset Offset to first element
35-
* @param count Maximum number of elements to show or NULL for all
35+
* @param count Maximum number of elements to show or -1 for all
3636
*/
3737
function __construct(Iterator $it, $offset = 0, $count = -1)
3838
{

0 commit comments

Comments
 (0)