@@ -129,7 +129,7 @@ |
||
129 | 129 | private function convertAddress(Address $address): \Generator |
130 | 130 | { |
131 | 131 | foreach ($address->toArray() as $key => $value) { |
132 | - if ($key === 'index' && ! \preg_match(self::RUSSIA_POSTAL_CODE, $value)) { |
|
132 | + if ($key === 'index' && !\preg_match(self::RUSSIA_POSTAL_CODE, $value)) { |
|
133 | 133 | yield 'str-index-to' => $value; |
134 | 134 | } elseif ($key === 'mail-direct') { |
135 | 135 | yield $key => $value; |