From 3b167bab0461dd576d05bccb6f32cd7e25f03796 Mon Sep 17 00:00:00 2001 From: Phil Young Date: Tue, 22 Jun 2021 11:28:46 +0100 Subject: [PATCH] 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 --- src/Endpoints/CustomHostnames.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Endpoints/CustomHostnames.php b/src/Endpoints/CustomHostnames.php index 22c1616..9e01fa2 100644 --- a/src/Endpoints/CustomHostnames.php +++ b/src/Endpoints/CustomHostnames.php @@ -120,6 +120,8 @@ class CustomHostnames implements API /** * @SuppressWarnings(PHPMD.BooleanArgumentFlag) + * @SuppressWarnings(PHPMD.CyclomaticComplexity) + * @SuppressWarnings(PHPMD.NPathComplexity) * * @param string $zoneID * @param string $hostnameID