@@ -43,7 +43,7 @@ discard block |
||
| 43 | 43 | $value->getChannel()->getType() |
| 44 | 44 | ); |
| 45 | 45 | |
| 46 | - if (! $transportProvider instanceof MagentoTransportInterface) { |
|
| 46 | + if (!$transportProvider instanceof MagentoTransportInterface) { |
|
| 47 | 47 | throw new UnexpectedTypeException($transportProvider, MagentoTransportInterface::class); |
| 48 | 48 | } |
| 49 | 49 | |
@@ -52,7 +52,7 @@ discard block |
||
| 52 | 52 | /** |
| 53 | 53 | * @var $transportProvider MagentoTransportInterface |
| 54 | 54 | */ |
| 55 | - if (! $transportProvider->isCustomerHasUniqueEmail($value)) { |
|
| 55 | + if (!$transportProvider->isCustomerHasUniqueEmail($value)) { |
|
| 56 | 56 | $this->context->buildViolation($constraint->message) |
| 57 | 57 | ->atPath('email') |
| 58 | 58 | ->addViolation(); |
@@ -26,7 +26,7 @@ |
||
| 26 | 26 | ->method('setNormalizers') |
| 27 | 27 | ->with( |
| 28 | 28 | [ |
| 29 | - 'entry_options' => function (Options $options, $values) { |
|
| 29 | + 'entry_options' => function(Options $options, $values) { |
|
| 30 | 30 | if (!$values) { |
| 31 | 31 | $values = []; |
| 32 | 32 | } |