Releases: CorpusPHP/CodingStandard
Releases · CorpusPHP/CodingStandard
v0.8.0 - Upgrade Slevomat
What's Changed
Adds to the suite
SlevomatCodingStandard.Classes.RequireSelfReference
SlevomatCodingStandard.ControlStructures.NewWithoutParentheses
- Bump actions/checkout from 3 to 4 by @dependabot in #9
- Raise the slevomat coding standard floor by @donatj in #10
Full Changelog: v0.7.0...v0.8.0
Dependency Upgrade
This release upgrades slevomat/coding-standard from 7 to 8 which required updating the PHP minimum version to 7.4
What's Changed
- Bump actions/checkout from 2 to 3 by @dependabot in #5
- Test in PHP 8.2 by @donatj in #6
- Upgrade to 74 by @donatj in #8
Full Changelog: v0.6.0...v0.7.0
v0.6.0 Reverse ClosureSpacing + Add OpeningFunctionBraceKernighanRitchie
- Inverts Corpus.Methods.ClosureSpacing logic. Now wants for PSR style spaces.
- Now includes Generic.Functions.OpeningFunctionBraceKernighanRitchie by default.
Full Changelog: v0.5.0...v0.6.0
Add ClosureSpacing
Adds new sniff: Corpus.Methods.ClosureSpacing
Dependency Update
Updates Slevomat to the 7.0 release.
This shouldn't be breaking unless you are also independently making use of Slevomat, in which case you should have Slevomat versioned as well.
Add ReturnTrailingNewlineSniff
Adds new sniff Corpus.General.ReturnTrailingNewline
Add MethodParameterFormattingSniff
Adds new sniff Corpus.Methods.MethodParameterFormatting
Missed Dependecy
v0.0.4 slevomat/coding-standard is a real dependency
A Number of Vendor Rulesets Added
v0.0.3 Adds php_cs fixer config
Corrected Initial Release
v0.0.2 Make phpcodesniffer-composer-installer a regular dependency