Completed
Push — master ( fc2d7d...add27a )
by Rasmus
02:14
created
src/framework/Result.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
      * This method implements `IteratorAggregate`, permitting you to iterate directly over
83 83
      * the resulting records (or objects) without explicitly having to call this method.
84 84
      *
85
-     * @return Iterator
85
+     * @return \Traversable
86 86
      */
87 87
     public function getIterator()
88 88
     {
Please login to merge, or discard this patch.