File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 201
201
<properties >
202
202
<property name =" enableMixedTypeHint" value =" false" />
203
203
<property name =" enableUnionTypeHint" value =" false" />
204
+ <property name =" enableIntersectionTypeHint" value =" false" />
204
205
</properties >
205
206
</rule >
206
207
<rule ref =" SlevomatCodingStandard.TypeHints.ParameterTypeHint.UselessAnnotation" >
214
215
<properties >
215
216
<property name =" enableMixedTypeHint" value =" false" />
216
217
<property name =" enableUnionTypeHint" value =" false" />
218
+ <property name =" enableIntersectionTypeHint" value =" false" />
217
219
</properties >
218
220
</rule >
219
221
<rule ref =" SlevomatCodingStandard.TypeHints.ReturnTypeHint.UselessAnnotation" >
Original file line number Diff line number Diff line change 25
25
"php" : " ~7.2 || ~8.0" ,
26
26
"dealerdirect/phpcodesniffer-composer-installer" : " ~0.7" ,
27
27
"escapestudios/symfony2-coding-standard" : " ^3.10.0" ,
28
- "slevomat/coding-standard" : " ^7.0.1 " ,
28
+ "slevomat/coding-standard" : " ^8.4 " ,
29
29
"squizlabs/php_codesniffer" : " ^3.6.2"
30
30
},
31
31
"require-dev" : {
You can’t perform that action at this time.
0 commit comments