@@ -146,6 +146,7 @@ discard block |
||
| 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 |
||
| 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 | { |