Skip to content

Commit 9521ed2

Browse files
authored
Merge pull request #38 from ConvertKit/refactor-logging-and-api-calls
Refactor logging and API calls
2 parents c1b61a2 + 81ecaea commit 9521ed2

File tree

2 files changed

+189
-181
lines changed

2 files changed

+189
-181
lines changed

phpcs.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,8 @@
5454

5555
<!-- Permit padding surrounding a concat operator -->
5656
<exclude name="Squiz.Strings.ConcatenationSpacing.PaddingFound" />
57+
58+
<!-- Don't require break to align with switch -->
59+
<exclude name="Squiz.ControlStructures.SwitchDeclaration.BreakIndent" />
5760
</rule>
5861
</ruleset>

0 commit comments

Comments
 (0)