@@ -16,7 +16,7 @@ |
||
16 | 16 | private $cloneNodes = false; |
17 | 17 | |
18 | 18 | /** |
19 | - * @param array $visitors |
|
19 | + * @param \PHPSA\Node\Visitor\FunctionCall[] $visitors |
|
20 | 20 | * @param Context $context |
21 | 21 | */ |
22 | 22 | public function __construct(array $visitors, Context $context) |
@@ -17,7 +17,7 @@ |
||
17 | 17 | /** |
18 | 18 | * @param \PhpParser\Node\Stmt\Foreach_ $stmt |
19 | 19 | * @param Context $context |
20 | - * @return CompiledExpression |
|
20 | + * @return null|boolean |
|
21 | 21 | */ |
22 | 22 | public function compile($stmt, Context $context) |
23 | 23 | { |
@@ -187,8 +187,8 @@ |
||
187 | 187 | } |
188 | 188 | |
189 | 189 | /** |
190 | - * @param $name |
|
191 | - * @return CompiledExpression |
|
190 | + * @param string $name |
|
191 | + * @return Node\Stmt\Property |
|
192 | 192 | */ |
193 | 193 | public function getProperty($name) |
194 | 194 | { |
@@ -241,7 +241,7 @@ |
||
241 | 241 | } |
242 | 242 | |
243 | 243 | /** |
244 | - * @return int|string |
|
244 | + * @return integer |
|
245 | 245 | */ |
246 | 246 | public function getCurrentBranch() |
247 | 247 | { |