Skip to content
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.

Releases: BedrockStreaming/Symfony2-coding-standard

Return in closure not checked for @return comment

11 Mar 16:41
Compare
Choose a tag to compare

Update minimal requirements for dependencies

25 Feb 09:07
Compare
Choose a tag to compare

Allow multilines function signature

02 Sep 20:12
Compare
Choose a tag to compare

Compatibility with PHP_CodeSniffer v2+

27 Jul 20:45
Compare
Choose a tag to compare

This release add an important update on standards to allow use on PHP_CodeSniffer v2+ !

But there is a price to be paid for this new version : a major BC break
The new standard is many more restrictive than the older.

But there is a good news : this release is compatible with Coke v2.1, who allow to auto-fix most of the violations !

Fix maximum PHP_CodeSniffer version

16 Jul 21:21
Compare
Choose a tag to compare
Merge pull request #8 from M6Web/feature/phpcs_v1

Fix PHP_CodeSniffer version to 1.0

Implement PSR-2 multiline function declaration

05 Jan 09:37
Compare
Choose a tag to compare