@@ -6,7 +6,6 @@ |
||
6 | 6 | use PHPSA\Analyzer\Pass\AnalyzerPassInterface; |
7 | 7 | use PHPSA\Compiler\Event\ExpressionAfterCompile; |
8 | 8 | use PHPSA\Context; |
9 | -use Symfony\Component\Config\Definition\Builder\TreeBuilder; |
|
10 | 9 | use PHPSA\CompiledExpression; |
11 | 10 | |
12 | 11 | class Casts implements AnalyzerPassInterface |
@@ -26,6 +26,9 @@ |
||
26 | 26 | */ |
27 | 27 | protected $result; |
28 | 28 | |
29 | + /** |
|
30 | + * @param \PHPSA\Definition\ClassDefinition $result |
|
31 | + */ |
|
29 | 32 | public function __construct(\PhpParser\Node\Stmt $statement, Context $context, $result) |
30 | 33 | { |
31 | 34 | parent::__construct(); |