Skip to content

Commit

Permalink
Enhancement: Add Php53 rule set
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed May 17, 2023
1 parent 08b5242 commit 2ca9d92
Show file tree
Hide file tree
Showing 4 changed files with 1,598 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ For a full diff see [`5.5.2...main`][5.5.2...main].
- Added `Config\Ruleset\Php56` rule set ([#783]), by [@localheinz]
- Added `Config\Ruleset\Php55` rule set ([#784]), by [@localheinz]
- Added `Config\Ruleset\Php54` rule set ([#785]), by [@localheinz]
- Added `Config\Ruleset\Php53` rule set ([#786]), by [@localheinz]

## [`5.5.2`][5.5.2]

Expand Down Expand Up @@ -956,6 +957,7 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.0].
[#783]: https://github.com/ergebnis/php-cs-fixer-config/pull/783
[#784]: https://github.com/ergebnis/php-cs-fixer-config/pull/784
[#785]: https://github.com/ergebnis/php-cs-fixer-config/pull/785
[#786]: https://github.com/ergebnis/php-cs-fixer-config/pull/786

[@dependabot]: https://github.com/apps/dependabot
[@linuxjuggler]: https://github.com/linuxjuggler
Expand Down
8 changes: 8 additions & 0 deletions psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
<code>__construct</code>
</PossiblyUnusedMethod>
</file>
<file src="src/RuleSet/Php53.php">
<NonInvariantDocblockPropertyType>
<code>$rules</code>
</NonInvariantDocblockPropertyType>
<UnusedClass>
<code>Php53</code>
</UnusedClass>
</file>
<file src="src/RuleSet/Php54.php">
<NonInvariantDocblockPropertyType>
<code>$rules</code>
Expand Down

0 comments on commit 2ca9d92

Please sign in to comment.