Releases: nekofar/php-coding-standard
Releases · nekofar/php-coding-standard
v3.0.10
v3.0.9
Documentation
- Update crypto funding address over configs
- Add funding to the composer configs
- Add crypto donate badge to the project readme
Continuous Integrations
- Bump actions/checkout from 3.5.2 to 3.5.3
v3.0.8
Bug Fixes
- Exclude variable comment missing war
v3.0.7
Bug Fixes
- Exclude function invalid return by squiz
v3.0.6
Bug Fixes
- Exclude function incorrect param var name
v3.0.5
Bug Fixes
- Solve some issues related to typehints
- Exclude sorting array keys alphabetically
- Exclude requiring multiline ternary operators
- Exclude disallowing named arguments
- Exclude functions useless parameters default value
- Exclude disallowing numeric literal separators
- Exclude disallowing null safe object operators
- Ignore duplicate spaces in annotations
Miscellaneous Tasks
- Improve ruleset comments for better readability
v3.0.4
Bug Fixes
- Exclude
RequireArrowFunction
fromSlevomatCodingStandard
- Exclude
UnusedParameter
fromSlevomatCodingStandard
- Exclude
DisallowSuperGlobalVariable
fromSlevomatCodingStandard
v3.0.3
Bug Fixes
- Change
testVersion
forPHPCompatibility
to8.1-
Continuous Integrations
- Bump orhun/git-cliff-action from 2.0.5 to 2.0.6
- Change
open-pull-requests-limit
from 10 to 20
v3.0.2
Bug Fixes
- Remove
linesCountBeforeDeclare
forDeclareStrictTypes
v3.0.1
Bug Fixes
- Replace some of deprecated settings for
DeclareStrictTypes