File tree Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change 11
11
<rule ref =" PSR1" />
12
12
<!-- Include the whole PSR-2 standard -->
13
13
<rule ref =" PSR2" />
14
- <!--
15
14
15
+ <!--
16
16
See the [documented coding standard](http://symfony.com/doc/current/contributing/code/standards.html)
17
17
18
18
This CodeSniffer standard does not yet enforce the following:
26
26
# Naming Conventions
27
27
28
28
* Use underscores for option, argument, parameter names;
29
-
30
29
-->
31
-
32
30
<rule ref =" Generic.ControlStructures.InlineControlStructure" />
33
31
<rule ref =" Generic.Formatting.SpaceAfterCast" />
34
32
<rule ref =" Generic.Functions.CallTimePassByReference" />
69
67
<severity >0</severity >
70
68
</rule >
71
69
72
- <!-- In practice, Symfony3Custom spaces multiline function calls differently than Zend -->
70
+ <!-- In practice, Symfony spaces multiline function calls differently than Zend -->
73
71
<rule ref =" PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket" >
74
72
<severity >0</severity >
75
73
</rule >
80
78
<severity >0</severity >
81
79
</rule >
82
80
81
+ <!-- Params comments are not required -->
83
82
<rule ref =" Symfony3Custom.Commenting.FunctionComment.MissingParamComment" >
84
83
<severity >0</severity >
85
84
</rule >
88
87
<severity >0</severity >
89
88
</rule >
90
89
91
- <!-- Endouble customizing -->
92
- <rule ref =" Symfony3Custom.Commenting" >
93
- <exclude name =" Symfony3Custom.Commenting.ClassComment" />
94
- </rule >
95
-
90
+ <!-- Some customizing -->
96
91
<rule ref =" Squiz.Strings.ConcatenationSpacing" >
97
92
<properties >
98
93
<property name =" spacing" value =" 1" />
111
106
<property name =" ignoreBlankLines" value =" false" />
112
107
</properties >
113
108
</rule >
114
- <rule ref =" Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines" >
115
- <severity >5</severity >
116
- </rule >
109
+
110
+ <rule ref =" Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines" />
117
111
</ruleset >
You can’t perform that action at this time.
0 commit comments