| Conditions | 1 |
| Paths | 1 |
| Total Lines | 11 |
| Code Lines | 9 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 25 | private function getFeatureData(): array |
||
| 26 | { |
||
| 27 | return [ |
||
| 28 | ['Air conditioning', null], |
||
| 29 | ['Balcony', null], |
||
| 30 | ['Elevator', null], |
||
| 31 | ['Fire Alarm', null], |
||
| 32 | ['First Floor Entry', null], |
||
| 33 | ['High Impact Doors', null], |
||
| 34 | ['Patio', null], |
||
| 35 | ['Secure parking', '<i class="fas fa-parking"></i>'], |
||
| 36 | ]; |
||
| 39 |