Skip to content

Releases: doctrine/coding-standard

8.1.0

05 Jul 20:44
8.1.0
637003f
Compare
Choose a tag to compare

Release 8.1.0

8.1.0

8.0.0

02 Jun 19:06
8.0.0
742200e
Compare
Choose a tag to compare

Release 8.0.0

This new major version includes rules that make this repository of standards fully compatible with PSR-12 and additional rules for PHP 7.4.

8.0.0

  • Total issues resolved: 0
  • Total pull requests resolved: 21
  • Total contributors: 6

Improvement

New rule

PSR-12

CI

Dependencies,Improvement

CI,Improvement

7.0.2

17 Dec 15:40
7.0.2
d8a60ec
Compare
Choose a tag to compare

Release 7.0.2

7.0.2

  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 2

bug

bug,duplicate

7.0.1

11 Dec 08:01
7.0.1
9056d24
Compare
Choose a tag to compare

Release 7.0.1

7.0.1

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

bug

7.0.0

09 Dec 05:39
7.0.0
9056d24
Compare
Choose a tag to compare

v6.0.0

16 Mar 18:54
6.0.0
d33f69e
Compare
Choose a tag to compare

Build Status

This new major release brings in some new default rules:

  • disallowed Abstract, Trait, Exception, Interface prefixes along with suffixes
  • forbid multiple lines between declared functions
  • disallow /** class Foo */ for class Foo comments (some editors add it by default, and it is not useful)
  • disallow PHPStorm/IntelliJ default file header including author name
  • forbid duplicate variable assignments, such as $foo = $foo = bar()
  • enforce spacing between the type declaration and the variadic declaration of a function parameter: function (int $foo)
  • forbid late static binding for constants: $foo::BAR is now a violation
  • require an empty line before a return statement when not directly within a flow control construct
  • intersection and generic types support, thanks to Slevomat CS 5

Total issues resolved: 19

v5.0.1

31 Jan 13:44
5.0.1
9017efe
Compare
Choose a tag to compare

Build Status

In this version we address the issue regarding formatting associative arrays and upgraded composer installer dependency.

  • Total issues resolved: 0
  • Total pull requests resolved: 3
  • Total contributors: 3

Bug

Improvement

v5.0.0

24 Sep 19:21
5.0.0
bb8de04
Compare
Choose a tag to compare

5.0.0

Build Status

  • Total pull requests resolved: 37
  • Total contributors: 5

New sniff

Documentation

Improvement

v4.0.0

04 Mar 00:38
4.0.0
0469c18
Compare
Choose a tag to compare

v3.0.1

03 Mar 11:13
3.0.1
Compare
Choose a tag to compare

Build Status

Total issues resolved: 1