diff --git a/src/Endpoints/CustomHostnames.php b/src/Endpoints/CustomHostnames.php index 7a0d2de3..9a26d041 100644 --- a/src/Endpoints/CustomHostnames.php +++ b/src/Endpoints/CustomHostnames.php @@ -42,7 +42,7 @@ public function addHostname( string $hostname, string $sslMethod = 'http', string $sslType = 'dv', - array $sslSettings = [], + array|null $sslSettings = null, string $customOriginServer = '', bool $wildcard = false, string $bundleMethod = '',