Skip to content

Releases: webimpress/coding-standard

1.4.0

16 Oct 07:39
6f6a1a9
Compare
Choose a tag to compare

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

18 Dec 07:26
710f71a
Compare
Choose a tag to compare

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

09 Mar 15:05
b26557e
Compare
Choose a tag to compare

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

06 Mar 14:10
eb64f30
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.4...1.3.0

coding-standard 1.2.4

15 Feb 19:53
cd0c4b0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.3...1.2.4

coding-standard 1.2.3

28 Oct 21:20
1.2.3
7a71421
Compare
Choose a tag to compare

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

12 Apr 12:55
1.2.2
8f4a220
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

coding-standard 1.2.1

11 Jan 18:15
1.2.1
fbeb31e
Compare
Choose a tag to compare

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

27 Nov 20:17
1.2.0
579818b
Compare
Choose a tag to compare

Added

  • #111 adds support for PHP 8.0.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • #134 removes support for PHP 7.1 and 7.2.

Fixed

  • #133 fixes crashing when parent class does not exist in NamingConventions\Exception sniff.

coding-standard 1.1.7

27 Nov 19:43
1.1.7
bf3d6d5
Compare
Choose a tag to compare

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.