Skip to content

Releases: webimpress/coding-standard

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.

coding-standard 1.1.6

14 Oct 17:37
1.1.6
86096c3
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #121 fixes false-positive on importing class constant with global constant names - PHP\ImportInternalConstant.

  • #122 fixes false-positive on unused use statement for constant used with bitwise operators - Namespaces\UnusedUseStatement.