From e7cc9e067f79e998f534a7971ca9e1211c26881f Mon Sep 17 00:00:00 2001 From: Phil Young Date: Tue, 22 Jun 2021 11:39:12 +0100 Subject: [PATCH] Fix A PHP 7.0 Backwards Incompatibility Too new, that was --- src/Endpoints/CustomHostnames.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Endpoints/CustomHostnames.php b/src/Endpoints/CustomHostnames.php index 592ed71..7a0d2de 100644 --- a/src/Endpoints/CustomHostnames.php +++ b/src/Endpoints/CustomHostnames.php @@ -164,7 +164,7 @@ class CustomHostnames implements API string $sslType = '', array $sslSettings = [], string $customOriginServer = '', - ?bool $wildcard = null, + bool $wildcard = null, string $bundleMethod = '', array $customSsl = [] ): \stdClass {