Completed
Pull Request — master (#381)
by
unknown
05:24
created
src/ReadModel/Index/Projector.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -142,7 +142,7 @@  discard block
 block discarded – undo
142 142
             );
143 143
         }
144 144
 
145
-        return isset($userId) ? (string) $userId : '';
145
+        return isset($userId) ? (string)$userId : '';
146 146
     }
147 147
 
148 148
     /**
@@ -216,7 +216,7 @@  discard block
 block discarded – undo
216 216
         $this->updateIndex(
217 217
             $itemId,
218 218
             $itemType,
219
-            (string) $userId,
219
+            (string)$userId,
220 220
             $name,
221 221
             $postalCode,
222 222
             $country,
Please login to merge, or discard this patch.