Test Failed
Push — master ( 3ca5bd...939415 )
by Kirill
02:50
created
src/Driver/ParleLexer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
 
85 85
     /**
86 86
      * @param Readable $input
87
-     * @return \Traversable|TokenInterface[]
87
+     * @return \Generator
88 88
      */
89 89
     protected function exec(Readable $input): \Traversable
90 90
     {
Please login to merge, or discard this patch.
src/Result/Token.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
     }
52 52
 
53 53
     /**
54
-     * @param int|null $offset
54
+     * @param integer $offset
55 55
      * @return string|null
56 56
      */
57 57
     public function getValue(int $offset = 0): ?string
Please login to merge, or discard this patch.