Completed
Push — master ( e8fccd...9c2126 )
by Harry
02:44
created
src/Tokeniser/StreamTokeniser.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
      * Loop through the stream, pulling maximum type length each time, find the largest type that matches and create a
40 40
      * token, then move on length characters
41 41
      *
42
-     * @return Iterator
42
+     * @return \Traversable
43 43
      */
44 44
     public function getTokens()
45 45
     {
Please login to merge, or discard this patch.