File tree 4 files changed +0
-46
lines changed
4 files changed +0
-46
lines changed Original file line number Diff line number Diff line change 3
3
./vendor/bin/phpcs --standard=src/PeckaCodingStandardStrict/ruleset.xml tests/Success/
4
4
./vendor/bin/phpcs --standard=src/PeckaCodingStandard/ruleset.xml tests/Failure/Arrays/TrailingArrayComma.php | tests/errorNumber.sh 1
5
5
./vendor/bin/phpcs --standard=src/PeckaCodingStandard/ruleset.xml tests/Failure/Classes/ClassConstantVisibility.php | tests/errorNumber.sh 1
6
- ./vendor/bin/phpcs --standard=src/PeckaCodingStandard/ruleset.xml tests/Failure/Classes/UnusedPrivateElements.php | tests/errorNumber.sh 2
7
6
./vendor/bin/phpcs --standard=src/PeckaCodingStandard/ruleset.xml tests/Failure/Classes/PropertySpacing.php | tests/errorNumber.sh 2
8
7
./vendor/bin/phpcs --standard=src/PeckaCodingStandard/ruleset.xml tests/Failure/Classes/MethodSpacingSniff.php | tests/errorNumber.sh 2
9
8
./vendor/bin/phpcs --standard=src/PeckaCodingStandard/ruleset.xml tests/Failure/Classes/ClassMemberSpacing.php | tests/errorNumber.sh 1
Original file line number Diff line number Diff line change 10
10
<rule ref =" Generic.Classes.DuplicateClassName" />
11
11
<rule ref =" Squiz.Classes.LowercaseClassKeywords" />
12
12
<rule ref =" SlevomatCodingStandard.Classes.ClassConstantVisibility" />
13
- <rule ref =" SlevomatCodingStandard.Classes.UnusedPrivateElements" />
14
13
<rule ref =" SlevomatCodingStandard.Classes.PropertySpacing" >
15
14
<properties >
16
15
<property name =" minLinesCountBeforeWithComment" value =" 1" />
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments