Skip to content

Commit c45ce2b

Browse files
committed
Fix PHPCS configuration
1 parent c4cd068 commit c45ce2b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

phpcs.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
2-
<ruleset name="Apiary Ruleset" namespace="RoboJackets">
3-
<description>Apiary ruleset</description>
2+
<ruleset name="JEDI Ruleset" namespace="RoboJackets">
3+
<description>JEDI ruleset</description>
44

55
<config name="installed_paths" value="../../slevomat/coding-standard"/>
66

@@ -277,9 +277,8 @@
277277
<exclude-pattern>/stubs/</exclude-pattern>
278278
</rule>
279279

280-
<rule ref="SlevomatCodingStandard.TypeHints.UnionTypeHintFormat">
280+
<rule ref="SlevomatCodingStandard.TypeHints.DNFTypeHintFormat">
281281
<properties>
282-
<property name="withSpaces" value="no"/>
283282
<property name="shortNullable" value="yes"/>
284283
<property name="nullPosition" value="last"/>
285284
</properties>

0 commit comments

Comments
 (0)