Skip to content

Releases: eventjet/coding-standard

coding-standard 3.6.1

15 Feb 19:33
3.6.1
42e1d49

Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #15 prevents phpcbf from fixing loose comparison operators automatically

coding-standard 3.6.0

15 Feb 12:54
3.6.0
dd31f15

Choose a tag to compare

Added

  • #14 adds new rule: Disallow using loose == and != comparison operators

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

coding-standard 3.5.0

26 Jan 09:43
3.5.0
3229582

Choose a tag to compare

Added

  • #13 adds a new rule: Disallow array syntax (T[]) in favor of generic syntax (array<array-key, T>)

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

coding-standard 3.4.0

14 Dec 11:45
3.4.0
a20f951

Choose a tag to compare

Added

  • #12 adds a new rule: require a blank line between methods

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

coding-standard 3.3.0

04 Dec 11:21
3.3.0
c46592a

Choose a tag to compare

Added

  • Nothing.

Changed

  • #11 adds support for PHP 8

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

coding-standard 3.2.0

13 Oct 09:30
3.2.0
acd5988

Choose a tag to compare

Added

  • #10 adds two new rules: enforce importing of global constants and functions

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

coding-standard 3.1.1

07 Sep 12:43
3.1.1
e7a32eb

Choose a tag to compare

Added

  • Nothing.

Changed

  • #9 relax composer-installer version constraint

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

upgrade slevomat/coding-standard

15 Jan 10:05
be8ccb4

Choose a tag to compare

  • update to new sniffs in strict ruleset
  • update README.md

3.0.2

21 Dec 14:52
57cfbc1

Choose a tag to compare

  • no space after closing parenthesis in control structures

3.0.1

09 Oct 21:00
b0bd1f2

Choose a tag to compare

  • add missing comment in ruleset file
  • fix code style issues