@@ -1,6 +1,6 @@ discard block |
||
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 |
||
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; |