Passed
Pull Request — master (#13)
by
unknown
01:50
created
src/Standards/BestIt/Sniffs/Commenting/MethodDocSniff.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
 namespace BestIt\Sniffs\Commenting;
@@ -276,7 +276,7 @@  discard block
 block discarded – undo
276 276
                 }
277 277
 
278 278
                 $indent = str_repeat(' ', $tokens[$stackPtr]['column']);
279
-                $phpcsFile->fixer->addContent($prev, $phpcsFile->eolChar . $indent . '*' . $phpcsFile->eolChar);
279
+                $phpcsFile->fixer->addContent($prev, $phpcsFile->eolChar.$indent.'*'.$phpcsFile->eolChar);
280 280
                 $phpcsFile->fixer->endChangeset();
281 281
             }
282 282
         }
Please login to merge, or discard this patch.