Completed
Push — refactor-parsing ( 4a0077...ed6d90 )
by Colin
02:21
created
src/Node/Block/Document.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -26,6 +26,9 @@
 block discarded – undo
26 26
     /** @var ReferenceMapInterface */
27 27
     protected $referenceMap;
28 28
 
29
+    /**
30
+     * @param ReferenceMapInterface $referenceMap
31
+     */
29 32
     public function __construct(?ReferenceMapInterface $referenceMap = null)
30 33
     {
31 34
         $this->setStartLine(1);
Please login to merge, or discard this patch.
src/Parser/DocParser.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -284,7 +284,7 @@
 block discarded – undo
284 284
     }
285 285
 
286 286
     /**
287
-     * @param int|null $offset
287
+     * @param integer $offset
288 288
      *
289 289
      * @return array<int, BlockParserInterface>
290 290
      */
Please login to merge, or discard this patch.