Passed
Push — develop ( 488668...7b5329 )
by Paul
02:03
created
src/Parser/NodeParser/UseNodeParser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
          * @var Node\Stmt\Use_        $node   The namespace node to parse.
29 29
          * @var PhpFileModelInterface $parent The node which contains this namespace.
30 30
          */
31
-        if (! Validator::instance(Node\Stmt\Use_::class)->validate($node)) {
31
+        if (!Validator::instance(Node\Stmt\Use_::class)->validate($node)) {
32 32
             return $parent;
33 33
         }
34 34
         foreach ($node->uses as $use) {
Please login to merge, or discard this patch.