Skip to content

Releases: ofbeaton/granite-php

Path Fix

08 Feb 19:46
Compare
Choose a tag to compare

There was a path mistake in 2.1, it has been fixed.

*BROKEN* Granite Lite

08 Feb 16:54
Compare
Choose a tag to compare
*BROKEN* Granite Lite Pre-release
Pre-release

Now based on granite-lite, with added comment styles. Should be a no-op for us.

New CodeSniffer

31 Jan 19:56
a77a2cc
Compare
Choose a tag to compare

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

15 Feb 17:17
Compare
Choose a tag to compare

Disabled Squiz.Commenting.BlockComment.SingleLine until we can omit the case for Variable types for IDEs.

Production Ready

10 Aug 15:51
Compare
Choose a tag to compare

Marking the 1.0.0 release to indicate it's current use in production. Still lots of issues to work through.

Composer Syntax

10 Aug 15:10
Compare
Choose a tag to compare

Updated the composer.json syntax

Inline Docblock

09 Sep 16:48
Compare
Choose a tag to compare

Allows inline docblock, useful for dependency injection intellihints in IDEs.

Array Declarations

20 Aug 21:26
Compare
Choose a tag to compare

Are now re-enabled. The formatting isn't exactly what I would like, however it is consistent and checkable.

Re-enabled concat warnings

20 Aug 16:01
Compare
Choose a tag to compare
Update ruleset.xml

take out ignore for regular concat warnings

Another attempt at concat arrays

19 Aug 21:56
Compare
Choose a tag to compare

We re-enable concat spacing warnings, hopefully having resolved the newline issue.