Skip to content

Commit 7b15040

Browse files
Warn contributors: README is generated (#919)
Co-authored-by: Andreas Möller <am@localheinz.com>
1 parent f38986c commit 7b15040

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.dev-tools/src/Readme/ReadmeCommand.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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"

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
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)

0 commit comments

Comments
 (0)