Releases: projektmotor/symfony-coding-standard
Releases · projektmotor/symfony-coding-standard
v1.0.16
Creation of dynamic property SlevomatCodingStandard\Sniffs\TypeHints\DeclareStrictTypesSniff::$newlinesCountBetweenOpenTagAndDeclare is deprecated
When using this deprecated rule a warning when running codesniffer would occur and PHP Code Beautifier and Fixer would not run at all.
v1.0.15
Bump slevomat to version 8.x and ignore some of it's new rules.
v1.0.14
- Exclude file
tests/object-manager.php
completely
as stated in https://github.com/phpstan/phpstan-doctrine#configuration
v1.0.13
- Allow ConstructorPropertyPromotion
...by disabling rule SlevomatCodingStandard.Classes.DisallowConstructorPropertyPromotion.DisallowedConstructorPropertyPromotion
v1.0.12
- Allow NonCapturingCatch
...by disabling rule SlevomatCodingStandard.Exceptions.DisallowNonCapturingCatch.DisallowedNonCapturingCatch
v1.0.11
- Disable SlevomatCodingStandard.Classes.RequireAbstractOrFinal.ClassNeitherAbstractNorFinal
...cause it breaks potentially forms (if extending each other) and entities (which maybe used as proxies by doctrine) and maybe some other stuff
v1.0.10
- Allow SlevomatCodingStandard.ControlStructures.DisallowNullSafeObjectOperator.DisallowedNullSafeObjectOperator
- Add some common project specific exclusion rules for api platform
- Add some common project specific exclusion rules for easy admin bundle
- Add some common project specific exclusion rules for symfony security voter
v1.0.9
Increase Generic.Files.LineLength from 150 to 180
Full Changelog: v1.0.8...v1.0.9
v1.0.8
Bump slevomat to version 6.x and adopt some if it's new rules.
v1.0.7
Ignore not needed slevomat rules introduced in version 6.x