Skip to content

Releases: php-collective/code-sniffer

0.2.19

29 Jul 12:01
41b1479
Compare
Choose a tag to compare

Fixes

  • Fix DocBlockVarSniff false positives
  • Don't require docblocks for fully typed methods

0.2.18

11 Jul 13:07
5c2816b
Compare
Choose a tag to compare

Fixes

  • Don't require docblock annotations for typed properties/variables.

0.2.17

29 Jun 12:04
94afcf8
Compare
Choose a tag to compare

Fixes

  • Fixed comma spacing sniff

0.2.16

08 Jun 22:20
0e35d92
Compare
Choose a tag to compare

Fixes

  • Fixed up compatibility with latest SlevomatCodingStandard release

0.2.15

14 May 15:47
fcd5c21
Compare
Choose a tag to compare

Fixes

  • Removed more deprecation usage.

0.2.14

29 Mar 14:58
b31318f
Compare
Choose a tag to compare

Fixes

  • Fixed up deprecation

0.2.13

19 Mar 11:28
92afc6c
Compare
Choose a tag to compare

Fixes

  • Fixed DocBlockThrow sniff

0.2.12

24 Feb 19:44
fe7ed98
Compare
Choose a tag to compare

Improvements

Also added

  • SlevomatCodingStandard.Attributes.AttributeAndTargetSpacing
  • SlevomatCodingStandard.Attributes.RequireAttributeAfterDocComment
  • SlevomatCodingStandard.ControlStructures.LanguageConstructWithParentheses
  • Squiz.PHP.DisallowSizeFunctionsInLoops

Support for Slevomat V8.16 included.

0.2.11

30 Nov 04:36
ed7e59b
Compare
Choose a tag to compare

Fixes

  • Fixed property replacement to FQCN for FullyQualifiedClassNameInDocBlock sniff

0.2.10

20 Nov 16:49
549243a
Compare
Choose a tag to compare

Fixes

  • Fixed DocBlockParamAllowDefaultValueSniff for PHP 8 language features