Skip to content

Releases: ofbeaton/granite-php

ArrayDeclaration.MultiLineNotAllowed

21 Mar 21:19
Compare
Choose a tag to compare

ArrayDeclaration.MultiLineNotAllowed error for single item arrays now moved to code review.

Object Operator Spacing

15 Mar 17:35
Compare
Choose a tag to compare

Squiz.WhiteSpace.ObjectOperatorSpacing now allows newlines.

Relax Unused param x2

05 Mar 14:26
Compare
Choose a tag to compare

More code review severity changes for parameter unused.

Relax Unused param

05 Mar 13:27
Compare
Choose a tag to compare

New Generic.CodeAnalysis.UnusedFunctionParameter.FoundInExtendedClassAfterLastUsed should be code review. fixed.

Relax BlockComment.NoEmptyLineBefore

04 Mar 21:00
Compare
Choose a tag to compare

usually points to commented code, move to code review

Relax Docblock Capitals

04 Mar 20:54
Compare
Choose a tag to compare

Don't enforce capitalization in docblocks.

Array Indentation

01 Mar 23:10
Compare
Choose a tag to compare

Array indent rule is bad, makes respecting line length hard.

no fullstop on throws

01 Mar 22:20
Compare
Choose a tag to compare

relax docblock, no need for fullstop on throws

typehint docblocks

01 Mar 22:06
Compare
Choose a tag to compare

Disable squiz.commenting.blockcomment.noemptylineafter to allow for typehint docblocks in code.

exclude not except

25 Feb 22:06
Compare
Choose a tag to compare

exclude not except. how embarrassing.