We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4cd068 commit c45ce2bCopy full SHA for c45ce2b
phpcs.xml
@@ -1,6 +1,6 @@
1
<?xml version="1.0"?>
2
- <ruleset name="Apiary Ruleset" namespace="RoboJackets">
3
- <description>Apiary ruleset</description>
+ <ruleset name="JEDI Ruleset" namespace="RoboJackets">
+ <description>JEDI ruleset</description>
4
5
<config name="installed_paths" value="../../slevomat/coding-standard"/>
6
@@ -277,9 +277,8 @@
277
<exclude-pattern>/stubs/</exclude-pattern>
278
</rule>
279
280
- <rule ref="SlevomatCodingStandard.TypeHints.UnionTypeHintFormat">
+ <rule ref="SlevomatCodingStandard.TypeHints.DNFTypeHintFormat">
281
<properties>
282
- <property name="withSpaces" value="no"/>
283
<property name="shortNullable" value="yes"/>
284
<property name="nullPosition" value="last"/>
285
</properties>
0 commit comments