Skip to content

Commit

Permalink
Merge pull request #926 from toooni/fixed-php84-deprecations
Browse files Browse the repository at this point in the history
Fixed PHP 8.4 deprecations
  • Loading branch information
oleksandr-mykhailenko authored Dec 29, 2024
2 parents 5ce1737 + fbb71b4 commit 4156bf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Api/DomainV4.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ public function show(string $domain, array $requestHeaders = [])
*/
public function create(
string $domain,
string $smtpPass = null,
string $spamAction = null,
?string $smtpPass = null,
?string $spamAction = null,
?bool $wildcard = null,
?bool $forceDkimAuthority = null,
?array $ips = null,
Expand Down

0 comments on commit 4156bf5

Please sign in to comment.