Skip to content

Commit 3b167ba

Browse files
committed
Add PHPMD Suppressions
I'm unsure as to how best to refactor this in the way that the SDK is written. I'm going to commit this and ask on the PR how the maintainers want it
1 parent c66022e commit 3b167ba

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Endpoints/CustomHostnames.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ public function getHostname(string $zoneID, string $hostnameID)
120120

121121
/**
122122
* @SuppressWarnings(PHPMD.BooleanArgumentFlag)
123+
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
124+
* @SuppressWarnings(PHPMD.NPathComplexity)
123125
*
124126
* @param string $zoneID
125127
* @param string $hostnameID

0 commit comments

Comments
 (0)