We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaff0ed commit 380913cCopy full SHA for 380913c
docs/phpstorm/Inspections.xml
@@ -102,7 +102,7 @@
102
<inspection_tool class="PhpAssignmentReplaceableWithPrefixExpressionInspection" enabled="true" level="WARNING" enabled_by_default="true" />
103
<inspection_tool class="PhpCSFixerValidationInspection" enabled="true" level="WARNING" enabled_by_default="true">
104
<option name="CODING_STANDARD" value="Custom" />
105
- <option name="CUSTOM_RULESET_PATH" value=".php_cs.dist" />
+ <option name="CUSTOM_RULESET_PATH" value=".php-cs-fixer.dist.php" />
106
<option name="ALLOW_RISKY_RULES" value="true" />
107
</inspection_tool>
108
<inspection_tool class="PhpCSValidationInspection" enabled="true" level="WEAK WARNING" enabled_by_default="true">
0 commit comments