Adding comment to suppress boolean argument warning

This commit is contained in:
Jens Beltofte
2019-09-09 21:13:04 +02:00
parent 28e1378506
commit 647705b852

View File

@@ -32,6 +32,8 @@ class SSL implements API
} }
/** /**
* @SuppressWarnings(PHPMD.BooleanArgumentFlag)
*
* Get SSL Verification Info for a Zone * Get SSL Verification Info for a Zone
* *
* @param string $zoneID The ID of the zone * @param string $zoneID The ID of the zone