Skip to content

Commit 3f573bb

Browse files
authored
Remove temporary phpcs configuration for whitespace (#240)
Closes #239
1 parent f50fd7e commit 3f573bb

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"phpdocumentor/reflection-docblock": "^5.4.1",
1717
"phpstan/phpstan": "^1.10.49",
1818
"phpunit/phpunit": "^9.5",
19-
"szepeviktor/phpcs-psr-12-neutron-hybrid-ruleset": "^1.0",
19+
"szepeviktor/phpcs-psr-12-neutron-hybrid-ruleset": "^1.1.1",
2020
"wp-coding-standards/wpcs": "3.1.0 as 2.3.0"
2121
},
2222
"suggest": {

phpcs.xml.dist

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,6 @@
1212
<exclude name="PEAR.Commenting.FileComment"/>
1313
</rule>
1414

15-
<rule ref="Squiz.WhiteSpace.FunctionSpacing">
16-
<properties>
17-
<property name="spacingBeforeFirst" value="0"/>
18-
<property name="spacingAfterLast" value="0"/>
19-
</properties>
20-
</rule>
21-
2215
<!-- Rules not applied to tests -->
2316
<rule ref="SlevomatCodingStandard.Functions.FunctionLength.FunctionLength">
2417
<exclude-pattern>tests/TypeInferenceTest.php</exclude-pattern>

0 commit comments

Comments
 (0)