Skip to content

Releases: spaze/coding-standard

Use latest slevomat/coding-standard

11 Apr 03:34

Choose a tag to compare

slevomat/coding-standard 7.0.0 renames some DeclareStrictTypes options and changes their meaning: previously newlines were counted, now just lines are counted. Where there was one newline between the opening tag and the declare statement, there's now no line (but still one newline).

Class structure

05 Apr 23:26

Choose a tag to compare

Add rule to check order of classes structure, i.e. use first, then constants, properties, abstract methods, constructor, other methods.

Sort imports

14 Mar 22:34
0b37eda

Choose a tag to compare

PHP 8

12 Nov 20:33
bb3c648

Choose a tag to compare

Can now be used for PHP 8 projects too (#1, thanks @xificurk)