Releases: webimpress/coding-standard
Releases · webimpress/coding-standard
1.4.0
What's Changed
- fix: WhiteSpace\OperatorAndKeywordSpacingSniff - conflict with declare statement since PHP_CodeSniffer 3.9.1 by @michalbundyra in #203
- fix: Formatting\ReturnTypeSniff to use new type of token for parenthesis by @michalbundyra in #204
- feat: Support for DNF types in PHP\DisallowFqnSniff by @michalbundyra in #205
- QA: Update GHA workflow to run tests on PHP 8.4 by @michalbundyra in #202
- fix: Classes\NoNullValuesSniff for explicit nullable types by @michalbundyra in #206
- qa: Remove redundant code in WhiteSpace\ScopeIndentSniff as upstream is fixed by @michalbundyra in #207
Full Changelog: 1.3.2...1.4.0
1.3.2
What's Changed
- build(deps-dev): bump phpunit/phpunit from 9.6.4 to 9.6.5 by @dependabot in #187
- build(deps-dev): bump phpunit/phpunit from 9.6.5 to 9.6.6 by @dependabot in #188
- build(deps-dev): bump phpunit/phpunit from 9.6.6 to 9.6.7 by @dependabot in #189
- build(deps-dev): bump phpunit/phpunit from 9.6.7 to 9.6.8 by @dependabot in #190
- build(deps-dev): bump phpunit/phpunit from 9.6.8 to 9.6.9 by @dependabot in #191
- build(deps-dev): bump phpunit/phpunit from 9.6.9 to 9.6.10 by @dependabot in #192
- build(deps-dev): bump phpunit/phpunit from 9.6.10 to 9.6.11 by @dependabot in #193
- build(deps-dev): bump phpunit/phpunit from 9.6.11 to 9.6.12 by @dependabot in #194
- build(deps-dev): bump phpunit/phpunit from 9.6.12 to 9.6.13 by @dependabot in #195
- QA: Update GHA workflow to run tests on PHP 8.3 by @michalbundyra in #196
- build(deps-dev): bump phpunit/phpunit from 9.6.13 to 9.6.15 by @dependabot in #197
- fix: Formatting\RedundantParentheses - closure with instanceof by @michalbundyra in #200
Full Changelog: 1.3.1...1.3.2
1.3.1
What's Changed
- fix: Functions\ReturnTypeSniff for mixed declaration when returning null by @michalbundyra in #186
Full Changelog: 1.3.0...1.3.1
1.3.0
What's Changed
- Bump phpunit/phpunit from 9.5.13 to 9.5.19 by @dependabot in #167
- Bump phpunit/phpunit from 9.5.19 to 9.5.20 by @dependabot in #168
- Bump squizlabs/php_codesniffer from 3.6.2 to 3.7.2 by @dependabot in #180
- Bump phpunit/phpunit from 9.5.20 to 9.6.4 by @dependabot in #181
- feat: Support union and intersection return types - Formatting\ReturnTypeSniff by @michalbundyra in #183
- qa: Run tests on PHP 8.2 by @michalbundyra in #184
- fix: Union return type (PHP 8.2) - Functions\ReturnTypeSniff by @Xakki in #182
New Contributors
Full Changelog: 1.2.4...1.3.0
coding-standard 1.2.4
What's Changed
- docs: Update README.md by @cronlabspl in #159
- Bump squizlabs/php_codesniffer from 3.6.1 to 3.6.2 by @dependabot in #157
- Bump phpunit/phpunit from 9.5.10 to 9.5.13 by @dependabot in #161
- ReferenceSniff: Fix false positive with bitwise and by @kynx in #162
New Contributors
- @cronlabspl made their first contribution in #159
- @kynx made their first contribution in #162
Full Changelog: 1.2.3...1.2.4
coding-standard 1.2.3
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #153 fixes calculating spaces before double arrow in arrays -
Arrays\DoubleArrow
sniff.
coding-standard 1.2.2
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #143 fixes support for PHP 8
match
expression.
coding-standard 1.2.1
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #139 fixes calculating spaces before double arrow in arrays -
Arrays\DoubleArrow
sniff.
coding-standard 1.2.0
coding-standard 1.1.7
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #132 fixes invalid placement of comments when PHP closing tag is after the comment -
Commenting\Placement
.