@@ -37,9 +37,9 @@ discard block |
||
| 37 | 37 | protected $possibleReturnValues = array(); |
| 38 | 38 | |
| 39 | 39 | /** |
| 40 | - * @param $name |
|
| 40 | + * @param string $name |
|
| 41 | 41 | * @param Node\Stmt\ClassMethod $statement |
| 42 | - * @param $type |
|
| 42 | + * @param integer $type |
|
| 43 | 43 | */ |
| 44 | 44 | public function __construct($name, Node\Stmt\ClassMethod $statement, $type) |
| 45 | 45 | { |
@@ -155,7 +155,7 @@ discard block |
||
| 155 | 155 | } |
| 156 | 156 | |
| 157 | 157 | /** |
| 158 | - * @param $newType |
|
| 158 | + * @param integer $newType |
|
| 159 | 159 | */ |
| 160 | 160 | public function addNewType($newType) |
| 161 | 161 | { |
@@ -10,8 +10,6 @@ |
||
| 10 | 10 | use PHPSA\Compiler\Expression; |
| 11 | 11 | use PHPSA\Compiler\Parameter; |
| 12 | 12 | use PHPSA\Context; |
| 13 | -use PHPSA\ScopePointer; |
|
| 14 | -use PHPSA\Variable; |
|
| 15 | 13 | |
| 16 | 14 | class ClassMethod extends AbstractDefinition |
| 17 | 15 | { |