Completed
Pull Request — master (#9)
by ARCANEDEV
02:34
created
src/Utilities/AutoPagingIterator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
      * Move forward to next element.
75 75
      * @link  http://php.net/manual/en/iterator.next.php
76 76
      *
77
-     * @return void
77
+     * @return null|false
78 78
      */
79 79
     public function next()
80 80
     {
Please login to merge, or discard this patch.