File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4141 checkreturn=" true"
4242 >
4343 <arg value =" --standard=build/ruleset.xml" />
44- <arg value =" --extensions=php" />
45- <arg value =" --tab-width=4" />
4644 <arg value =" --ignore=*/data/*" />
47- <arg value =" -sp" />
4845 <arg path =" SlevomatCodingStandard" />
4946 <arg path =" tests" />
5047 </exec >
5855 checkreturn=" true"
5956 >
6057 <arg value =" --standard=ruleset.xml" />
61- <arg value =" --extensions=php" />
62- <arg value =" --tab-width=4" />
6358 <arg value =" --ignore=*/data/*" />
6459 <arg path =" SlevomatCodingStandard" />
6560 <arg path =" tests" />
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<ruleset name =" Slevomat Coding Standard" >
3+ <arg name =" extensions" value =" php" />
4+ <arg name =" tab-width" value =" 4" />
5+ <arg value =" s" />
6+ <arg value =" p" />
7+
38 <rule ref =" SlevomatCodingStandard/ruleset.xml" >
49 <exclude name =" SlevomatCodingStandard.Classes.ClassConstantVisibility" /><!-- PHP >= 7.1 only -->
510 <exclude name =" SlevomatCodingStandard.TypeHints.NullableTypeForNullDefaultValue" /><!-- PHP >= 7.1 only -->
You can’t perform that action at this time.
0 commit comments