We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0308bc4 commit d5b0046Copy full SHA for d5b0046
composer.json
@@ -24,7 +24,7 @@
24
"require": {
25
"php": "^7.2 || ^8.0",
26
"dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7 || ^1.0.0",
27
- "slevomat/coding-standard": "^8.14",
+ "slevomat/coding-standard": "^8.16",
28
"squizlabs/php_codesniffer": "^3.7"
29
},
30
"config": {
lib/Doctrine/ruleset.xml
@@ -482,8 +482,8 @@
482
</property>
483
</properties>
484
</rule>
485
- <!-- Define unions style -->
486
- <rule ref="SlevomatCodingStandard.TypeHints.UnionTypeHintFormat">
+ <!-- Define DNF style -->
+ <rule ref="SlevomatCodingStandard.TypeHints.DNFTypeHintFormat">
487
<properties>
488
<property name="withSpaces" value="no" />
489
<property name="shortNullable" value="no" />
0 commit comments