Completed
Push — master ( deae46...6c5f37 )
by Colin
01:01
created
src/Node/Block/Document.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -29,6 +29,9 @@
 block discarded – undo
29 29
      */
30 30
     protected $referenceMap;
31 31
 
32
+    /**
33
+     * @param ReferenceMapInterface $referenceMap
34
+     */
32 35
     public function __construct(?ReferenceMapInterface $referenceMap = null)
33 36
     {
34 37
         $this->setStartLine(1);
Please login to merge, or discard this patch.
src/Parser/Cursor.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -141,6 +141,9 @@
 block discarded – undo
141 141
         return $this->getIndent() >= self::INDENT_LEVEL;
142 142
     }
143 143
 
144
+    /**
145
+     * @param integer $index
146
+     */
144 147
     public function getCharacter(?int $index = null): ?string
145 148
     {
146 149
         if ($index === null) {
Please login to merge, or discard this patch.
src/Util/ArrayCollection.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
     }
47 47
 
48 48
     /**
49
-     * @return mixed|false
49
+     * @return string
50 50
      *
51 51
      * @phpstan-return T|false
52 52
      */
Please login to merge, or discard this patch.