We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7204b49 commit 805595bCopy full SHA for 805595b
1 file changed
PhpMyAdmin/ruleset.xml
@@ -16,4 +16,20 @@
16
<!-- Do not replace /* @var type $foo */ and similar simple inline annotations with assert() -->
17
<exclude name="SlevomatCodingStandard.PHP.RequireExplicitAssertion"/>
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
27
28
29
30
+ <rule ref="SlevomatCodingStandard.TypeHints.ReturnTypeHint">
31
32
33
34
35
</ruleset>
0 commit comments