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 16
16
<!-- Do not replace /* @var type $foo */ and similar simple inline annotations with assert() -->
17
17
<exclude name =" SlevomatCodingStandard.PHP.RequireExplicitAssertion" />
18
18
</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 >
19
35
</ruleset >
You can’t perform that action at this time.
0 commit comments