|
@@ -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.