File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,8 @@ final class ReadmeCommand extends Command
4444 protected function execute (InputInterface $ input , OutputInterface $ output ): int
4545 {
4646 $ output ->write (
47- \sprintf ('# %s ' , self ::NAME ) . "\n\n"
47+ "<!-- This file is generated by ReadmeCommand --> \n\n"
48+ . \sprintf ('# %s ' , self ::NAME ) . "\n\n"
4849 . $ this ->badges () . "\n\n"
4950 . $ this ->description () . "\n\n"
5051 . $ this ->installation () . "\n\n"
Original file line number Diff line number Diff line change 1+ <!-- This file is generated by ReadmeCommand -->
2+
13# PHP CS Fixer: custom fixers
24
35[ ![ Latest stable version] ( https://img.shields.io/packagist/v/kubawerlos/php-cs-fixer-custom-fixers.svg?label=current%20version )] ( https://packagist.org/packages/kubawerlos/php-cs-fixer-custom-fixers )
You can’t perform that action at this time.
0 commit comments