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
This commit is contained in:
Phil Young
2021-06-22 11:28:46 +01:00
parent c66022e7bf
commit 3b167bab04

View File

@@ -120,6 +120,8 @@ class CustomHostnames implements API
/** /**
* @SuppressWarnings(PHPMD.BooleanArgumentFlag) * @SuppressWarnings(PHPMD.BooleanArgumentFlag)
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
* @SuppressWarnings(PHPMD.NPathComplexity)
* *
* @param string $zoneID * @param string $zoneID
* @param string $hostnameID * @param string $hostnameID