Skip to content

Commit 28384b5

Browse files
committed
exclude PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
1 parent ae6bd93 commit 28384b5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.config/phpcs.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<rule ref="PSR2">
2525
<exclude name="PSR2.ControlStructures.SwitchDeclaration"/>
2626
<exclude name="PSR2.ControlStructures.ElseIfDeclaration.NotAllowed"/>
27+
<exclude name="PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace"/>
2728
</rule>
2829

2930
<!-- Include the whole PSR-12 standard -->

solid/tests/Integration/AppTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
use OCP\AppFramework\App;
66
use Test\TestCase;
77

8-
98
/**
109
* This test shows how to make a small Integration Test. Query your class
1110
* directly from the container, only pass in mocks if needed and run your tests

0 commit comments

Comments
 (0)