Completed
Pull Request — master (#80)
by
unknown
03:32 queued 01:07
created
src/Padawan/Framework/Complete/Resolver/NodeTypeResolver.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -146,6 +146,7 @@  discard block
 block discarded – undo
146 146
     }
147 147
 
148 148
     /**
149
+     * @param \PhpParser\Node $node
149 150
      * @return Chain
150 151
      */
151 152
     protected function createChain($node)
@@ -184,6 +185,7 @@  discard block
 block discarded – undo
184 185
 
185 186
     /**
186 187
      * @param string $name
188
+     * @param integer|null $cursorLine
187 189
      */
188 190
     protected function getVarType($name, Scope $scope, $cursorLine)
189 191
     {
Please login to merge, or discard this patch.