Passed
Push — master ( f21632...392fe6 )
by Lars
06:46
created
Setup/Patch/Data/InitializePickUpStores.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -90,8 +90,8 @@
 block discarded – undo
90 90
         for ($i = 1; $i <= $maxStore; $i++) {
91 91
 
92 92
             $storeData = [
93
-                StoreInterface::NAME => 'Brick and Mortar ' . $i,
94
-                StoreInterface::STREET => 'Test Street' . $i,
93
+                StoreInterface::NAME => 'Brick and Mortar '.$i,
94
+                StoreInterface::STREET => 'Test Street'.$i,
95 95
                 StoreInterface::STREET_NUM => $i * random_int(1, 100),
96 96
                 StoreInterface::CITY => $citys[random_int(0, 4)],
97 97
                 StoreInterface::POSTCODE => $i * random_int(1000, 9999),
Please login to merge, or discard this patch.