Passed
Push — master ( ca4941...0a7faf )
by Jhao
01:54
created
src/Dispatching/Endpoints/Orders/Requests/OrderRequest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.