From 7343b7cc461d93141eba7b46c4844601cce0e538 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 25 May 2019 23:02:40 -0500 Subject: [PATCH] change param type --- src/Endpoints/FirewallSettings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Endpoints/FirewallSettings.php b/src/Endpoints/FirewallSettings.php index 5bd9735..36e49fd 100644 --- a/src/Endpoints/FirewallSettings.php +++ b/src/Endpoints/FirewallSettings.php @@ -93,10 +93,10 @@ class FirewallSettings implements API * Update the Challenge TTL setting for the zone * * @param string $zoneID The ID of the zone - * @param integer $value The value of the zone setting + * @param int $value The value of the zone setting * @return bool */ - public function updateChallengeTTLSetting(string $zoneID, integer $value) + public function updateChallengeTTLSetting(string $zoneID, int $value) { $return = $this->adapter->patch( 'zones/' . $zoneID . '/settings/challenge_ttl',