Skip to content

Releases: nekofar/php-coding-standard

v3.0.10

03 Feb 11:29
v3.0.10
3002737
Compare
Choose a tag to compare

Documentation

  • Update badges over project readme file

v3.0.9

01 Jul 17:29
v3.0.9
aca77df
Compare
Choose a tag to compare

Documentation

  • Update crypto funding address over configs
  • Add funding to the composer configs
  • Add crypto donate badge to the project readme

Continuous Integrations

  • Bump actions/checkout from 3.5.2 to 3.5.3

v3.0.8

01 Jun 09:59
v3.0.8
5cd42c4
Compare
Choose a tag to compare

Bug Fixes

  • Exclude variable comment missing war

v3.0.7

01 Jun 06:41
v3.0.7
5ae6a02
Compare
Choose a tag to compare

Bug Fixes

  • Exclude function invalid return by squiz

v3.0.6

31 May 09:21
v3.0.6
f209bf0
Compare
Choose a tag to compare

Bug Fixes

  • Exclude function incorrect param var name

v3.0.5

26 May 09:08
v3.0.5
364089b
Compare
Choose a tag to compare

Bug Fixes

  • Solve some issues related to typehints
  • Exclude sorting array keys alphabetically
  • Exclude requiring multiline ternary operators
  • Exclude disallowing named arguments
  • Exclude functions useless parameters default value
  • Exclude disallowing numeric literal separators
  • Exclude disallowing null safe object operators
  • Ignore duplicate spaces in annotations

Miscellaneous Tasks

  • Improve ruleset comments for better readability

v3.0.4

12 May 19:16
v3.0.4
1d69774
Compare
Choose a tag to compare

Bug Fixes

  • Exclude RequireArrowFunction from SlevomatCodingStandard
  • Exclude UnusedParameter from SlevomatCodingStandard
  • Exclude DisallowSuperGlobalVariable from SlevomatCodingStandard

v3.0.3

12 May 18:26
v3.0.3
2c61d5a
Compare
Choose a tag to compare

Bug Fixes

  • Change testVersion for PHPCompatibility to 8.1-

Continuous Integrations

  • Bump orhun/git-cliff-action from 2.0.5 to 2.0.6
  • Change open-pull-requests-limit from 10 to 20

v3.0.2

27 Apr 06:06
v3.0.2
bd84ca0
Compare
Choose a tag to compare

Bug Fixes

  • Remove linesCountBeforeDeclare for DeclareStrictTypes

v3.0.1

27 Apr 06:01
v3.0.1
424180c
Compare
Choose a tag to compare

Bug Fixes

  • Replace some of deprecated settings for DeclareStrictTypes