Completed
Pull Request — master (#56)
by Pádraic
02:44
created
src/NodeVisitor/FullyQualifiedNamespaceUseScoperNodeVisitor.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 /*
6 6
  * This file is part of the humbug/php-scoper package.
@@ -40,7 +40,7 @@  discard block
 block discarded – undo
40 40
             && false === ($node->hasAttribute('phpscoper_ignore')
41 41
             && true === $node->getAttribute('phpscoper_ignore'))
42 42
         ) {
43
-            return new Name('\\' . Name::concat($this->prefix, (string) $node));
43
+            return new Name('\\'.Name::concat($this->prefix, (string) $node));
44 44
         }
45 45
 
46 46
         return $node;
Please login to merge, or discard this patch.