@@ -41,7 +41,7 @@ |
||
41 | 41 | { |
42 | 42 | $this->file->getFixer()->replaceToken( |
43 | 43 | TokenHelper::findNext($this->file->getBaseFile(), [T_DOC_COMMENT_STRING], $this->stackPos), |
44 | - '' . $currentNamespace |
|
44 | + ''.$currentNamespace |
|
45 | 45 | ); |
46 | 46 | } |
47 | 47 |