@@ -38,9 +38,9 @@ discard block |
||
| 38 | 38 | protected $possibleReturnValues = array(); |
| 39 | 39 | |
| 40 | 40 | /** |
| 41 | - * @param $name |
|
| 41 | + * @param string $name |
|
| 42 | 42 | * @param Node\Stmt\ClassMethod $statement |
| 43 | - * @param $type |
|
| 43 | + * @param integer $type |
|
| 44 | 44 | */ |
| 45 | 45 | public function __construct($name, Node\Stmt\ClassMethod $statement, $type) |
| 46 | 46 | { |
@@ -115,7 +115,7 @@ discard block |
||
| 115 | 115 | |
| 116 | 116 | /** |
| 117 | 117 | * @param Context $context |
| 118 | - * @param array|null $args |
|
| 118 | + * @param Node\Arg[] $args |
|
| 119 | 119 | * @return CompiledExpression |
| 120 | 120 | * @throws \PHPSA\Exception\RuntimeException |
| 121 | 121 | */ |
@@ -172,7 +172,7 @@ discard block |
||
| 172 | 172 | } |
| 173 | 173 | |
| 174 | 174 | /** |
| 175 | - * @param $newType |
|
| 175 | + * @param integer $newType |
|
| 176 | 176 | */ |
| 177 | 177 | public function addNewType($newType) |
| 178 | 178 | { |