| Total Complexity | 3 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 5 | class MyDistance extends \Bavix\Geo\Unit\Distable |
||
| 6 | { |
||
| 7 | |||
| 8 | /** |
||
| 9 | * @return string |
||
| 10 | */ |
||
| 11 | public static function property(): string |
||
| 14 | } |
||
| 15 | |||
| 16 | /** |
||
| 17 | * @return string |
||
| 18 | */ |
||
| 19 | public static function name(): string |
||
| 20 | { |
||
| 21 | return 'my distance'; |
||
| 22 | } |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @return float |
||
| 26 | */ |
||
| 27 | public static function oneMile(): float |
||
| 30 | } |
||
| 31 | |||
| 60 |