Fix A PHP 7.0 Backwards Incompatibility

Too new, that was
This commit is contained in:
Phil Young
2021-06-22 11:39:12 +01:00
parent fd55a526b3
commit e7cc9e067f

View File

@@ -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 {