We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 26dbd95 + 31e40a8 commit 634df2aCopy full SHA for 634df2a
easy-coding-standard.neon
@@ -109,6 +109,14 @@ checkers:
109
- SlevomatCodingStandard\Sniffs\Exceptions\ReferenceThrowableOnlySniff
110
- SlevomatCodingStandard\Sniffs\Commenting\RequireOneLinePropertyDocCommentSniff
111
112
+ SlevomatCodingStandard\Sniffs\Commenting\DocCommentSpacingSniff:
113
+ linesCountBeforeFirstContent: 0
114
+ linesCountBetweenDifferentAnnotationsTypes: 1
115
+
116
+ PHP_CodeSniffer\Standards\Squiz\Sniffs\WhiteSpace\MemberVarSpacingSniff:
117
+ spacing: 1
118
+ spacingBeforeFirst: 0
119
120
PhpCsFixer\Fixer\Comment\HeaderCommentFixer:
121
header:
122
"""
0 commit comments