Skip to content

Commit d955739

Browse files
author
Junade Ali
committed
SOPS-161 :: Lint changes
1 parent 3bfd5e1 commit d955739

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Endpoints/CustomHostnames.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function addHostname(string $zoneID, string $hostname, string $sslMethod
5858
public function listHostnames(
5959
string $zoneID,
6060
string $hostname = '',
61-
string $id = '',
61+
string $hostnameID = '',
6262
int $page = 1,
6363
int $perPage = 20,
6464
string $order = '',
@@ -75,8 +75,8 @@ public function listHostnames(
7575
$query['hostname'] = $hostname;
7676
}
7777

78-
if (!empty($id)) {
79-
$query['id'] = $id;
78+
if (!empty($hostnameID)) {
79+
$query['id'] = $hostnameID;
8080
}
8181

8282
if (!empty($order)) {

0 commit comments

Comments
 (0)