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 getMetroData(): array |
||
28 | { |
||
29 | return [ |
||
30 | // $metroData = [$city, $name, $slug]; |
||
31 | [$this->getReference('Miami'), 'Government Center', 'government-center'], |
||
32 | [$this->getReference('Miami'), 'Allapattah', 'allapattah'], |
||
33 | [$this->getReference('Miami'), 'Brickell', 'brickell'], |
||
34 | [$this->getReference('Miami'), 'Culmer', 'culmer'], |
||
35 | ]; |
||
45 |