| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 27 | private function getAreaData(): array |
||
| 28 | { |
||
| 29 | return [ |
||
| 30 | // $areaData = [$locality, $name, $slug]; |
||
| 31 | [$this->getReference('Miami'), 'South Beach', 'south-beach'], |
||
| 32 | [$this->getReference('Miami'), 'Downtown', 'downtown'], |
||
| 33 | [$this->getReference('Tampa'), 'Ballast Point', 'ballast-point'], |
||
| 34 | [$this->getReference('Tampa'), 'Culbreath Isles', 'culbreath-isles'], |
||
| 35 | ]; |
||
| 45 |