mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-29 16:36:07 +03:00
Php cs fixes
This commit is contained in:
parent
c3c3a9f01a
commit
48c527d04d
@ -140,7 +140,7 @@ class Domain extends HttpApi
|
|||||||
|
|
||||||
$params['pool_id'] = $poolId;
|
$params['pool_id'] = $poolId;
|
||||||
}
|
}
|
||||||
if (null !== $dkimKeySize) {
|
if (!empty($dkimKeySize)) {
|
||||||
Assert::oneOf(
|
Assert::oneOf(
|
||||||
$dkimKeySize,
|
$dkimKeySize,
|
||||||
self::DKIM_SIZES,
|
self::DKIM_SIZES,
|
||||||
|
Loading…
Reference in New Issue
Block a user