feat: enable SlevomatCodingStandard.Classes.EnumCaseSpacing sniff#320
feat: enable SlevomatCodingStandard.Classes.EnumCaseSpacing sniff#320greg0ire merged 1 commit intodoctrine:13.0.xfrom
Conversation
3e5159a to
54cb016
Compare
|
This should go towards |
SenseException
left a comment
There was a problem hiding this comment.
This should go towards 13.0.x, which doesn't exist yet
I guess so. What was the reason for having a minor release like in 11.1?
|
I'm unsure regarding expectations, though. Based on the |
|
@lcobucci it is consistent with defaults in It's defined in these consts: - max two line breaks between cases+docblocks
+ max one line break between cases+docblocksand it's also ok to have no lines between where there are no docblocks. |
|
I probably expressed myself too literally... One line break is kind of implicit (otherwise it'd be on the same line) but I understand the meaning 👍 Thanks! |
Fixed. |
The base branch was changed.
|
Thanks @simPod ! |
|
BTW I just went through slevomat's changelog 8.11-8.14 and I know of no more possible additions to Doctrine CS. |
No description provided.