Skip to content

Commit

Permalink
Merge pull request #776 from ergebnis/feature/php71
Browse files Browse the repository at this point in the history
Enhancement: Revert removal of `Php71` rule set
  • Loading branch information
localheinz committed May 16, 2023
2 parents f084ea3 + acf4c6f commit a37eab9
Show file tree
Hide file tree
Showing 6 changed files with 1,648 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -13,6 +13,7 @@ For a full diff see [`5.5.2...main`][5.5.2...main].
- Reverted removal of `Config\Ruleset\Php74` rule set ([#773]), by [@localheinz]
- Reverted removal of `Config\Ruleset\Php73` rule set ([#774]), by [@localheinz]
- Reverted removal of `Config\Ruleset\Php72` rule set ([#775]), by [@localheinz]
- Reverted removal of `Config\Ruleset\Php71` rule set ([#776]), by [@localheinz]

## [`5.5.2`][5.5.2]

Expand Down Expand Up @@ -946,6 +947,7 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.0].
[#773]: https://github.com/ergebnis/php-cs-fixer-config/pull/773
[#774]: https://github.com/ergebnis/php-cs-fixer-config/pull/774
[#775]: https://github.com/ergebnis/php-cs-fixer-config/pull/775
[#776]: https://github.com/ergebnis/php-cs-fixer-config/pull/776

[@dependabot]: https://github.com/apps/dependabot
[@linuxjuggler]: https://github.com/linuxjuggler
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -28,6 +28,7 @@ composer require --dev ergebnis/php-cs-fixer-config

Pick one of the rule sets:

- [`Ergebnis\PhpCsFixer\RuleSet\Php71`](src/RuleSet/Php71.php)
- [`Ergebnis\PhpCsFixer\RuleSet\Php72`](src/RuleSet/Php72.php)
- [`Ergebnis\PhpCsFixer\RuleSet\Php73`](src/RuleSet/Php73.php)
- [`Ergebnis\PhpCsFixer\RuleSet\Php74`](src/RuleSet/Php74.php)
Expand Down
8 changes: 8 additions & 0 deletions psalm-baseline.xml
Expand Up @@ -5,6 +5,14 @@
<code>__construct</code>
</PossiblyUnusedMethod>
</file>
<file src="src/RuleSet/Php71.php">
<NonInvariantDocblockPropertyType>
<code>$rules</code>
</NonInvariantDocblockPropertyType>
<UnusedClass>
<code>Php71</code>
</UnusedClass>
</file>
<file src="src/RuleSet/Php72.php">
<NonInvariantDocblockPropertyType>
<code>$rules</code>
Expand Down

0 comments on commit a37eab9

Please sign in to comment.