Completed
Branch master (c7ca72)
by Fabian
02:18
created
Category
src/Customer/CustomerFixture.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
     public function getAllAddressIds(): array
52 52
     {
53 53
         return array_map(
54
-            function (AddressInterface $address) {
54
+            function(AddressInterface $address) {
55 55
                 return $address->getId();
56 56
             }, $this->customer->getAddresses()
57 57
         );
Please login to merge, or discard this patch.