Skip to content

Releases: ZooRoyal/coding-standard

Remove unused Features

26 Apr 08:44
3a1a4eb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.12.3...3.13.0

ESLint-Rules Update and Composer Updates

04 Apr 07:10
5ca63f5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.12.2...3.12.3

Update install instructions

09 Dec 13:02
2ca744f
Compare
Choose a tag to compare

Changed npm install to npm install --save-dev.

#156

PHPStan Bump

17 Nov 09:04
57e3b67
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.12.0...3.12.1

Throws in docblocks

12 Nov 13:55
da24a3d
Compare
Choose a tag to compare

What's Changed

  • Add phpcs and PhpStan rules to find useless throws tags by @rdss-sknott in #154

Full Changelog: 3.11.0...3.12.0

Allows 'no-useless-constructors'

27 Oct 13:40
e810b36
Compare
Choose a tag to compare

Allow DI in the constructor without eslint complaining and allows non-annotation of return values and params.

New Rules

26 Oct 10:25
6238fd9
Compare
Choose a tag to compare

Add test for thecodingmachine/safe to PHPStan (#151)
Add rule SlevomatCodingStandard.TypeHints.DeclareStrictTypes (#144)
Remove the need to differentiate between composer packages (#150)
Add rule SlevomatCodingStandard.TypeHints.ReturnTypeHint (#149)
Add rule SlevomatCodingStandard.Functions.StrictCall (#147)
Add rule SlevomatCodingStandard.Classes.ClassConstantVisibility (#145)
Add rule SlevomatCodingStandard.TypeHints.DisallowArrayTypeHintSyntax (#148)
Add rule SlevomatCodingStandard.TypeHints.ReturnTypeHintSpacing (#146)
Add SlevomatCodingStandard.ControlStructures.RequireNullCoalesceEqualOperator (#141)
Add rule PropertyTypeHint (#142)
Add rule SlevomatCodingStandard.TypeHints.ParameterTypeHint (#143)

Adding plugin and project directories to the PHPStan autoloading

25 May 07:22
f007942
Compare
Choose a tag to compare
  • Adding plugin and project directories to the PHPStan autoloading #139

Bugfix for runs without files to check

19 May 11:17
2fdcab1
Compare
Choose a tag to compare

Coding-Standard skips tools on empty targets (#138)

PHP Copy Paste Detector Static Excludes

12 May 13:43
9e609d1
Compare
Choose a tag to compare

Absolut Path for static excludes (#137)