File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222
2323 <!-- This is the rule we inherit from. If you want to exlude some specific rules, see the docs on how to do that -->
2424 <rule ref =" PSR12" />
25- <rule ref =" Generic.PHP.RequireStrictTypes" />
25+ <!-- <rule ref="vendor/simplesamlphp/simplesamlphp-test-framework/phpcs-simplesamlphp.xml"/> -->
26+
27+ <!-- Enforce the use of trailing commas -->
28+ <rule ref =" SlevomatCodingStandard.Arrays.TrailingArrayComma" />
29+ <rule ref =" SlevomatCodingStandard.Functions.RequireTrailingCommaInCall" />
30+ <rule ref =" SlevomatCodingStandard.Functions.RequireTrailingCommaInClosureUse" />
31+ <rule ref =" SlevomatCodingStandard.Functions.RequireTrailingCommaInDeclaration" />
32+
2633 <rule ref =" Generic.WhiteSpace.ScopeIndent" >
2734 <properties >
2835 <property name =" exact" value =" true" />
You can’t perform that action at this time.
0 commit comments