Skip to content

Releases: CorpusPHP/CodingStandard

v0.10.0

Choose a tag to compare

@donatj donatj released this 17 Sep 20:27
c1381ad

What's Changed

  • Require squizlabs/php_codesniffer ^4.0
  • Require slevomat/coding-standard ^8.23
  • Replace deprecated Generic.Formatting.NoSpaceAfterCast with Generic.Formatting.SpaceAfterCast
  • Enable searchAnnotations=true on SlevomatCodingStandard.Namespaces.UnusedUses

  • Fix Testing, Upgrade squizlabs/php_codesniffer by @donatj in #20
  • Upgrade slevomat/coding-standard floor by @donatj in #21

Full Changelog: v0.9.0...v0.10.0

v0.9.0 - Fix Dependency Conflicts and Test in 8.3 & 8.4

Choose a tag to compare

@donatj donatj released this 16 May 04:28
3fc473b

What's Changed

Full Changelog: v0.8.0...v0.9.0

v0.8.0 - Upgrade Slevomat

Choose a tag to compare

@donatj donatj released this 02 Nov 19:17
d7e0565

What's Changed

Adds to the suite

  • SlevomatCodingStandard.Classes.RequireSelfReference
  • SlevomatCodingStandard.ControlStructures.NewWithoutParentheses

  • Bump actions/checkout from 3 to 4 by @dependabot in #9
  • Raise the slevomat coding standard floor by @donatj in #10

Full Changelog: v0.7.0...v0.8.0

Dependency Upgrade

Choose a tag to compare

@donatj donatj released this 03 Mar 19:48
2af9e85

This release upgrades slevomat/coding-standard from 7 to 8 which required updating the PHP minimum version to 7.4

What's Changed

Full Changelog: v0.6.0...v0.7.0

v0.6.0 Reverse ClosureSpacing + Add OpeningFunctionBraceKernighanRitchie

Choose a tag to compare

@donatj donatj released this 12 Jul 18:18
bd94d0e
  • Inverts Corpus.Methods.ClosureSpacing logic. Now wants for PSR style spaces.
  • Now includes Generic.Functions.OpeningFunctionBraceKernighanRitchie by default.

Full Changelog: v0.5.0...v0.6.0

Add ClosureSpacing

Choose a tag to compare

@donatj donatj released this 12 Nov 16:00
417e1f5

Adds new sniff: Corpus.Methods.ClosureSpacing

Dependency Update

Choose a tag to compare

@donatj donatj released this 03 May 18:33
0179044

Updates Slevomat to the 7.0 release.

This shouldn't be breaking unless you are also independently making use of Slevomat, in which case you should have Slevomat versioned as well.

Add ReturnTrailingNewlineSniff

Choose a tag to compare

@donatj donatj released this 14 Jan 05:28
52f1084

Adds new sniff Corpus.General.ReturnTrailingNewline

Add MethodParameterFormattingSniff

Choose a tag to compare

@donatj donatj released this 22 Dec 18:38
6cec48f

Adds new sniff Corpus.Methods.MethodParameterFormatting

Missed Dependecy

Choose a tag to compare

@donatj donatj released this 18 Dec 05:35
bf32fc4
v0.0.4

slevomat/coding-standard is a real dependency