mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-25 22:36:06 +03:00
Php cs fixes
This commit is contained in:
parent
c3c3a9f01a
commit
48c527d04d
@ -140,10 +140,10 @@ class Domain extends HttpApi
|
||||
|
||||
$params['pool_id'] = $poolId;
|
||||
}
|
||||
if (null !== $dkimKeySize) {
|
||||
if (!empty($dkimKeySize)) {
|
||||
Assert::oneOf(
|
||||
$dkimKeySize,
|
||||
self::DKIM_SIZES,
|
||||
$dkimKeySize,
|
||||
self::DKIM_SIZES,
|
||||
'Length of your domain’s generated DKIM key must be 1024 or 2048'
|
||||
);
|
||||
$params['dkim_key_size'] = $dkimKeySize;
|
||||
|
Loading…
Reference in New Issue
Block a user