Skip to content

Releases: php-collective/code-sniffer

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

0.2.9

16 Oct 22:04
f446738
Compare
Choose a tag to compare

Fixes

  • Removed debugging statement.

0.2.8

16 Oct 21:33
23fc3c8
Compare
Choose a tag to compare

Fixes

  • Fixed array collection to generics transformation in @property annotations.

Improvements

  • Added sniff PhpCollective.Commenting.DisallowShorthandNullableTypeHint to replace Nullable ? in docblocks with |null verbosely.

Full Changelog: 0.2.7...0.2.8

0.2.7

05 Aug 18:35
Compare
Choose a tag to compare

Improvements

  • Added missing SlevomatCodingStandard.Arrays.ArrayAccess sniff

0.2.6

29 Mar 22:31
Compare
Choose a tag to compare

Improvements

  • Added PSR4 namespace check for classes, traits, interfaces. It uses the composer autoload sections to compare this to the namespaces defined in each PHP class.

Full Changelog: 0.2.5...0.2.6