Completed
Push — refactor-parsing ( adbb6b...fbe6de )
by Colin
08:21 queued 07:01
created
src/Environment/EnvironmentInterface.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
     public function getConfig($key = null, $default = null);
30 30
 
31 31
     /**
32
-     * @return iterable<BlockStartParserInterface>
32
+     * @return \ArrayIterator|null
33 33
      */
34 34
     public function getBlockStartParsers(): iterable;
35 35
 
Please login to merge, or discard this patch.
src/Parser/MarkdownParser.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -309,7 +309,7 @@
 block discarded – undo
309 309
     }
310 310
 
311 311
     /**
312
-     * @param int|null $offset
312
+     * @param integer $offset
313 313
      *
314 314
      * @return array<int, BlockContinueParserInterface>
315 315
      */
Please login to merge, or discard this patch.