Skip to content

Releases: shoppingflux/coding-style-php

2.3.5

28 Jan 23:44
6913f86

Choose a tag to compare

  • Allow symfony v6 #45

2.3.4

06 Jan 11:11
a06bbac

Choose a tag to compare

  • Allow execution without source #44

2.2.6

06 Jan 11:18
a06bbac

Choose a tag to compare

2.3.3

03 Jan 08:55
3659f5b

Choose a tag to compare

  • Add exclude option to command #43

2.3.2

16 Sep 09:31
e618e34

Choose a tag to compare

Maintenance

  • Remove OpeningFunctionBraceBsdAllman rule which is not compatible with PSR12 (#42)

2.3.1

15 Sep 12:12
9d1db93

Choose a tag to compare

New rules

  • Add PSR12 rule
  • Add rule to force usage of referenced name (Everything must be declared in uses)
  • Add rule to force alphabetical sort of namespaces uses

2.3.0

23 Jul 15:47
3e7d01a

Choose a tag to compare

Feature :

  • Add an option to customize process timeout (#38)

Maintenance :

  • Increase process default timeout (#38)

Enhancement :

  • Add preconisation for double parenthesis (#39)
  • Add recommendation about passing object by reference (#40)

2.2.5

24 Jun 14:16
398cadc

Choose a tag to compare

  • Add rules to remove useless comment and param type hint #32
  • Classes names should be valid #24 #24
  • Single line method params unless max line chars is reached #26 #34

2.2.4

09 Mar 11:18
eedd6bc

Choose a tag to compare

  • Add SpaceAfterNot rule (#29)

2.2.3

02 Feb 19:30

Choose a tag to compare

  • Upgrade phpcodesniffer & slevomat/coding-standard for php80 supports