Completed
Push — master ( 8dfe2a...141e00 )
by Enrico
03:46
created
src/Analyzer/Pass/Statement/AssignmentInCondition.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
     /**
23 23
      * @param ClassMethod $methodStmt
24 24
      * @param Context $context
25
-     * @return bool
25
+     * @return boolean|null
26 26
      */
27 27
     public function pass(ClassMethod $methodStmt, Context $context)
28 28
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 
6 6
 namespace PHPSA\Analyzer\Pass\Statement;
7 7
 
8
-use PhpParser\Node\Expr;
9 8
 use PhpParser\Node\Expr\Assign;
10 9
 use PhpParser\Node\Stmt;
11 10
 use PhpParser\Node\Stmt\Do_;
Please login to merge, or discard this patch.