Passed
Pull Request — master (#89)
by Dave
03:38
created
utils/Rector/UpdateProjectRootConstruction.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
     {
44 44
         Assert::isInstanceOf($node, New_::class);
45 45
 
46
-        if (!$node->class ===  null) {
46
+        if (!$node->class === null) {
47 47
             return null;
48 48
         }
49 49
 
Please login to merge, or discard this patch.