Releases: ofbeaton/granite-php
Path Fix
*BROKEN* Granite Lite
Now based on granite-lite, with added comment styles. Should be a no-op for us.
New CodeSniffer
While no sniffs have changed the current build could technically work on codesniff 2.x but we chose to only support 3.x.
This will allow us to create custom sniffs or use 3.x only features now and in the future.
Inline DocBlock for IDEs
Disabled Squiz.Commenting.BlockComment.SingleLine until we can omit the case for Variable types for IDEs.
Production Ready
Marking the 1.0.0 release to indicate it's current use in production. Still lots of issues to work through.
Composer Syntax
Updated the composer.json syntax
Inline Docblock
Allows inline docblock, useful for dependency injection intellihints in IDEs.
Array Declarations
Are now re-enabled. The formatting isn't exactly what I would like, however it is consistent and checkable.
Re-enabled concat warnings
Update ruleset.xml take out ignore for regular concat warnings
Another attempt at concat arrays
We re-enable concat spacing warnings, hopefully having resolved the newline issue.