Skip to content

Releases: mediact/coding-standard-magento2

1.6.0 PSR12 Remove control structure spacing sniff, bump requirements

01 Sep 14:43
c06a734
Compare
Choose a tag to compare

The stable requirement has been replaced by ^3.0 to force the PSR12
standard. PHPCS ^3.5 has been required because it includes the used
ReturnTypeDeclaration sniff.

The control structure sniff conflicts with PSR12 so it has been removed.

Add extra phpcs checks

03 Aug 14:48
042132b
Compare
Choose a tag to compare
Add extra phpcs checks (#5)

Squiz.WhiteSpace.MemberVarSpacing for enforcing new lines between class
properties.

PSR12.Functions.ReturnTypeDeclaration for how to write return types.

1.4.0: Merge pull request #4 from mediact/feature/exclude-m2-phpmd-checks

05 Jun 03:34
73c4ea2
Compare
Choose a tag to compare
1.4.0 Feature: excluded some Magento 2 PHPMD checks

More strict rules

24 May 14:45
5531fb9
Compare
Choose a tag to compare
Merge pull request #3 from marcelmediact/feature/improve-quality-codi…

…ng-standard

Feature: improved coding standard

Remove marketplace standard until it is compatible with PHPCS3

15 Nov 10:58
4aa22c4
Compare
Choose a tag to compare
Merge pull request #2 from mediact/feature/MAGE2-92

1.2.0 Remove marketplace standard until it is compatible with PHPCS3