We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32dc6ee commit 5121b2aCopy full SHA for 5121b2a
ext/spl/internal/limititerator.inc
@@ -32,7 +32,7 @@ class LimitIterator implements OuterIterator
32
*
33
* @param it Iterator to limit
34
* @param offset Offset to first element
35
- * @param count Maximum number of elements to show or NULL for all
+ * @param count Maximum number of elements to show or -1 for all
36
*/
37
function __construct(Iterator $it, $offset = 0, $count = -1)
38
{
0 commit comments