| Total Complexity | 5 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Coverage | 87.5% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 26 | trait Attribute |
||
| 27 | { |
||
| 28 | /** |
||
| 29 | * Return "identitycard_image" attribute value. |
||
| 30 | * |
||
| 31 | * @param mixed $value |
||
| 32 | * @return string |
||
| 33 | */ |
||
| 34 | 2 | public function getIdentitycardImageAttribute($value): string |
|
| 41 | } |
||
| 42 | |||
| 43 | /** |
||
| 44 | * Return "google_map_url" attribute value. |
||
| 45 | * |
||
| 46 | * @return string|null |
||
| 47 | */ |
||
| 48 | 1 | public function getGoogleMapUrlAttribute(): ?string |
|
| 57 |