|
@@ -97,10 +97,10 @@ |
|
|
block discarded – undo |
|
97
|
97
|
for ($i = 1; $i <= $maxStore; $i++) { |
|
98
|
98
|
|
|
99
|
99
|
$storeData = [ |
|
100
|
|
- StoreInterface::NAME => 'Brick and Mortar ' . $i, |
|
101
|
|
- StoreInterface::STREET => 'Test Street' . $i, |
|
|
100
|
+ StoreInterface::NAME => 'Brick and Mortar '.$i, |
|
|
101
|
+ StoreInterface::STREET => 'Test Street'.$i, |
|
102
|
102
|
StoreInterface::STREET_NUM => $i * random_int(1, 100), |
|
103
|
|
- StoreInterface::CITY => $citys[random_int(0,4)], |
|
|
103
|
+ StoreInterface::CITY => $citys[random_int(0, 4)], |
|
104
|
104
|
StoreInterface::POSTCODE => $i * random_int(1000, 9999), |
|
105
|
105
|
StoreInterface::LATITUDE => random_int(4757549, 5041053) / 100000, |
|
106
|
106
|
StoreInterface::LONGITUDE => random_int(1157549, 1341053) / 100000, |
Please login to merge, or discard this patch.