Skip to content

Releases: projektmotor/symfony-coding-standard

v1.0.16

31 Aug 13:21
Compare
Choose a tag to compare

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

23 May 06:09
Compare
Choose a tag to compare

Bump slevomat to version 8.x and ignore some of it's new rules.

v1.0.14

12 Dec 09:43
Compare
Choose a tag to compare

v1.0.13

12 Dec 09:25
Compare
Choose a tag to compare
  • Allow ConstructorPropertyPromotion
    ...by disabling rule SlevomatCodingStandard.Classes.DisallowConstructorPropertyPromotion.DisallowedConstructorPropertyPromotion

v1.0.12

29 Mar 17:26
828bdcd
Compare
Choose a tag to compare
  • Allow NonCapturingCatch
    ...by disabling rule SlevomatCodingStandard.Exceptions.DisallowNonCapturingCatch.DisallowedNonCapturingCatch

v1.0.11

29 Mar 17:22
3ce4828
Compare
Choose a tag to compare
  • 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

03 Dec 10:21
Compare
Choose a tag to compare
  • 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

14 Oct 11:06
4e729ef
Compare
Choose a tag to compare

Increase Generic.Files.LineLength from 150 to 180

Full Changelog: v1.0.8...v1.0.9

v1.0.8

22 May 13:39
c72b715
Compare
Choose a tag to compare

Bump slevomat to version 6.x and adopt some if it's new rules.

v1.0.7

10 Mar 12:30
Compare
Choose a tag to compare

Ignore not needed slevomat rules introduced in version 6.x