Skip to content

Commit e7cc9e0

Browse files
committed
Fix A PHP 7.0 Backwards Incompatibility
Too new, that was
1 parent fd55a52 commit e7cc9e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Endpoints/CustomHostnames.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ public function updateHostname(
164164
string $sslType = '',
165165
array $sslSettings = [],
166166
string $customOriginServer = '',
167-
?bool $wildcard = null,
167+
bool $wildcard = null,
168168
string $bundleMethod = '',
169169
array $customSsl = []
170170
): \stdClass {

0 commit comments

Comments
 (0)