Passed
Pull Request — master (#60)
by
unknown
04:26
created
src/Standards/BestIt/Sniffs/DocTags/PackageTagSniff.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.