File tree Expand file tree Collapse file tree 1 file changed +26
-1
lines changed
Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Original file line number Diff line number Diff line change 6565 <rule ref =" SlevomatCodingStandard.Whitespaces.DuplicateSpaces" />
6666 <rule ref =" SlevomatCodingStandard.Variables.UnusedVariable" />
6767 <rule ref =" SlevomatCodingStandard.Variables.UselessVariable" />
68+ <rule ref =" SlevomatCodingStandard.Commenting.DocCommentSpacing" >
69+ <properties >
70+ <property name =" linesCountBeforeFirstContent" value =" 0" />
71+ <property name =" linesCountAfterLastContent" value =" 0" />
72+ <property name =" linesCountBetweenDescriptionAndAnnotations" value =" 1" />
73+ <property name =" linesCountBetweenAnnotationsGroups" value =" 1" />
74+ <property name =" annotationsGroups" type =" array" >
75+ <element value ="
76+ @ORM\,
77+ @ODM\,
78+ " />
79+ <element value ="
80+ @link,
81+ @internal,
82+ @deprecated,
83+ @see,
84+ @uses,
85+ " />
86+ <element value ="
87+ @param,
88+ @throws,
89+ @return,
90+ " />
91+ </property >
92+ </properties >
93+ </rule >
6894</ruleset >
69-
You can’t perform that action at this time.
0 commit comments