|
17 | 17 | <exclude-pattern>\.txt</exclude-pattern> |
18 | 18 | <exclude-pattern>\.json</exclude-pattern> |
19 | 19 |
|
20 | | - <config name="installed_paths" value="../../slevomat/coding-standard,../../spryker/code-sniffer"/> |
| 20 | + <config name="installed_paths" value="../../slevomat/coding-standard,../../php-collective/code-sniffer"/> |
21 | 21 |
|
22 | 22 | <arg name="tab-width" value="4"/> |
23 | 23 |
|
|
61 | 61 | </properties> |
62 | 62 | </rule> |
63 | 63 |
|
64 | | - <rule ref="Spryker.Commenting.DisallowArrayTypeHintSyntax"/> |
65 | | - <rule ref="Spryker.Commenting.TypeHint"/> |
| 64 | + <!-- silenced due to issue |
| 65 | + <rule ref="SlevomatCodingStandard.Commenting.DisallowArrayTypeHintSyntax"/> |
| 66 | + --> |
| 67 | + <rule ref="PhpCollective.Commenting.TypeHint"/> |
66 | 68 | <rule ref="SlevomatCodingStandard.TypeHints.ReturnTypeHintSpacing"/> |
67 | 69 | <rule ref="SlevomatCodingStandard.TypeHints.ParameterTypeHintSpacing"/> |
68 | 70 | <rule ref="SlevomatCodingStandard.TypeHints.NullableTypeForNullDefaultValue"/> |
|
112 | 114 | <rule ref="SlevomatCodingStandard.ControlStructures.DisallowYodaComparison"/> |
113 | 115 | <rule ref="SlevomatCodingStandard.ControlStructures.JumpStatementsSpacing"/> |
114 | 116 |
|
115 | | - <rule ref="Spryker.Classes.MethodDeclaration"/> |
116 | | - <rule ref="Spryker.Classes.MethodArgumentDefaultValue"/> |
117 | | - <rule ref="Spryker.Classes.MethodTypeHint"/> |
118 | | - <rule ref="Spryker.Classes.PropertyDefaultValue"/> |
119 | | - <rule ref="Spryker.Classes.ReturnTypeHint"/> |
120 | | - <rule ref="Spryker.Classes.SelfAccessor"/> |
121 | | - <rule ref="Spryker.Classes.ClassFileName"/> |
122 | | - |
123 | | - <rule ref="Spryker.Commenting.DocBlockConst"/> |
124 | | - <rule ref="Spryker.Commenting.DocBlockConstructor"/> |
125 | | - <rule ref="Spryker.Commenting.DocBlockReturnVoid"/> |
126 | | - <rule ref="Spryker.Commenting.DocBlockNoInlineAlignment"/> |
127 | | - <rule ref="Spryker.Commenting.DocBlockPipeSpacing"/> |
128 | | - <rule ref="Spryker.Commenting.DocBlockReturnTag"/> |
129 | | - <rule ref="Spryker.Commenting.DocBlockReturnVoid"/> |
130 | | - <rule ref="Spryker.Commenting.DocBlockTagOrder"/> |
131 | | - <rule ref="Spryker.Commenting.DocBlockTypeOrder"/> |
132 | | - <rule ref="Spryker.Commenting.DocBlockVarNotJustNull"/> |
133 | | - <rule ref="Spryker.Commenting.DocBlockVar"/> |
134 | | - <rule ref="Spryker.Commenting.DocBlockStructure"/> |
135 | | - <rule ref="Spryker.Commenting.DocBlockReturnNullableType"/> |
136 | | - <rule ref="Spryker.Commenting.DocBlockReturnNull"/> |
137 | | - <rule ref="Spryker.Commenting.DocBlockParamAllowDefaultValue"/> |
138 | | - <rule ref="Spryker.Commenting.InlineDocBlock"/> |
139 | | - <rule ref="Spryker.Commenting.Attributes"/> |
140 | | - <rule ref="Spryker.Commenting.FullyQualifiedClassNameInDocBlock"/> |
141 | | - |
142 | | - <rule ref="Spryker.ControlStructures.NoInlineAssignment"/> |
143 | | - <rule ref="Spryker.ControlStructures.ConditionalExpressionOrder"/> |
144 | | - |
145 | | - <rule ref="Spryker.Formatting.ArrayDeclaration"/> |
146 | | - |
147 | | - <rule ref="Spryker.PHP.NoIsNull"/> |
148 | | - <rule ref="Spryker.PHP.NotEqual"/> |
149 | | - <rule ref="Spryker.PHP.ShortCast"/> |
150 | | - <rule ref="Spryker.PHP.RemoveFunctionAlias"/> |
151 | | - <rule ref="Spryker.PHP.PhpSapiConstant"/> |
152 | | - <rule ref="Spryker.PHP.PreferCastOverFunction"/> |
153 | | - |
154 | | - <rule ref="Spryker.WhiteSpace.ConcatenationSpacing"/> |
155 | | - <rule ref="Spryker.WhiteSpace.ObjectAttributeSpacing"/> |
156 | | - <rule ref="Spryker.WhiteSpace.CommaSpacing"/> |
157 | | - <rule ref="Spryker.WhiteSpace.ImplicitCastSpacing"/> |
| 117 | + <rule ref="PhpCollective.Classes.MethodDeclaration"/> |
| 118 | + <rule ref="PhpCollective.Classes.MethodArgumentDefaultValue"/> |
| 119 | + <rule ref="PhpCollective.Classes.MethodTypeHint"/> |
| 120 | + <rule ref="PhpCollective.Classes.PropertyDefaultValue"/> |
| 121 | + <rule ref="PhpCollective.Classes.ReturnTypeHint"/> |
| 122 | + <rule ref="PhpCollective.Classes.SelfAccessor"/> |
| 123 | + <rule ref="PhpCollective.Classes.ClassFileName"/> |
| 124 | + |
| 125 | + <rule ref="PhpCollective.Commenting.DocBlockConst"/> |
| 126 | + <rule ref="PhpCollective.Commenting.DocBlockConstructor"/> |
| 127 | + <rule ref="PhpCollective.Commenting.DocBlockReturnVoid"/> |
| 128 | + <rule ref="PhpCollective.Commenting.DocBlockNoInlineAlignment"/> |
| 129 | + <rule ref="PhpCollective.Commenting.DocBlockPipeSpacing"/> |
| 130 | + <rule ref="PhpCollective.Commenting.DocBlockReturnTag"/> |
| 131 | + <rule ref="PhpCollective.Commenting.DocBlockReturnVoid"/> |
| 132 | + <rule ref="PhpCollective.Commenting.DocBlockTagOrder"/> |
| 133 | + <rule ref="PhpCollective.Commenting.DocBlockTypeOrder"/> |
| 134 | + <rule ref="PhpCollective.Commenting.DocBlockVarNotJustNull"/> |
| 135 | + <rule ref="PhpCollective.Commenting.DocBlockVar"/> |
| 136 | + <rule ref="PhpCollective.Commenting.DocBlockStructure"/> |
| 137 | + <rule ref="PhpCollective.Commenting.DocBlockReturnNullableType"/> |
| 138 | + <rule ref="PhpCollective.Commenting.DocBlockReturnNull"/> |
| 139 | + <rule ref="PhpCollective.Commenting.DocBlockParamAllowDefaultValue"/> |
| 140 | + <rule ref="PhpCollective.Commenting.InlineDocBlock"/> |
| 141 | + <rule ref="PhpCollective.Commenting.Attributes"/> |
| 142 | + <rule ref="PhpCollective.Commenting.FullyQualifiedClassNameInDocBlock"/> |
| 143 | + |
| 144 | + <rule ref="PhpCollective.ControlStructures.NoInlineAssignment"/> |
| 145 | + <rule ref="PhpCollective.ControlStructures.ConditionalExpressionOrder"/> |
| 146 | + |
| 147 | + <rule ref="PhpCollective.Formatting.ArrayDeclaration"/> |
| 148 | + |
| 149 | + <rule ref="PhpCollective.PHP.NoIsNull"/> |
| 150 | + <rule ref="PhpCollective.PHP.NotEqual"/> |
| 151 | + <rule ref="PhpCollective.PHP.ShortCast"/> |
| 152 | + <rule ref="PhpCollective.PHP.RemoveFunctionAlias"/> |
| 153 | + <rule ref="PhpCollective.PHP.PhpSapiConstant"/> |
| 154 | + <rule ref="PhpCollective.PHP.PreferCastOverFunction"/> |
| 155 | + |
| 156 | + <rule ref="PhpCollective.WhiteSpace.ConcatenationSpacing"/> |
| 157 | + <rule ref="PhpCollective.WhiteSpace.ObjectAttributeSpacing"/> |
| 158 | + <rule ref="PhpCollective.WhiteSpace.CommaSpacing"/> |
| 159 | + <rule ref="PhpCollective.WhiteSpace.ImplicitCastSpacing"/> |
158 | 160 |
|
159 | 161 | <rule ref="SlevomatCodingStandard.Operators.SpreadOperatorSpacing"/> |
160 | 162 |
|
|
0 commit comments