Completed
Pull Request — master (#150)
by Дмитрий
03:17
created
src/Analyzer/Pass/Expression/Casts.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/Compiler/Event/StatementAfterCompile.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -26,6 +26,9 @@
 block discarded – undo
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();
Please login to merge, or discard this patch.