File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 1616 <!-- Do not replace /* @var type $foo */ and similar simple inline annotations with assert() -->
1717 <exclude name =" SlevomatCodingStandard.PHP.RequireExplicitAssertion" />
1818 </rule >
19+
20+ <rule ref =" SlevomatCodingStandard.TypeHints.ParameterTypeHint" >
21+ <properties >
22+ <property name =" enableStandaloneNullTrueFalseTypeHints" value =" false" />
23+ </properties >
24+ </rule >
25+ <rule ref =" SlevomatCodingStandard.TypeHints.PropertyTypeHint" >
26+ <properties >
27+ <property name =" enableStandaloneNullTrueFalseTypeHints" value =" false" />
28+ </properties >
29+ </rule >
30+ <rule ref =" SlevomatCodingStandard.TypeHints.ReturnTypeHint" >
31+ <properties >
32+ <property name =" enableStandaloneNullTrueFalseTypeHints" value =" false" />
33+ </properties >
34+ </rule >
1935</ruleset >
You can’t perform that action at this time.
0 commit comments