Completed
Pull Request — master (#245)
by
unknown
19:23 queued 07:52
created
src/Analyzer/Pass/Statement/ForLoopMultiple.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
     use DefaultMetadataPassTrait;
14 14
 
15 15
     /**
16
-     * @param Property $prop
17 16
      * @param Context $context
18 17
      * @return bool
19 18
      */
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace PHPSA\Analyzer\Pass\Statement;
4 4
 
5
-use PhpParser\Node;
6 5
 use PhpParser\Node\Stmt\For_;
7 6
 use PHPSA\Analyzer\Helper\DefaultMetadataPassTrait;
8 7
 use PHPSA\Analyzer\Pass;
Please login to merge, or discard this patch.