Total Complexity | 1 |
Total Lines | 16 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
33 | class FamilySearchFamilyTreeId extends AbstractExternalLink |
||
34 | { |
||
35 | protected const EXTERNAL_URL = 'https://ancestors.familysearch.org/en/{ID}'; |
||
36 | |||
37 | protected const MAXIMUM_LENGTH = 8; |
||
38 | |||
39 | /** |
||
40 | * Convert a value to a canonical form. |
||
41 | * |
||
42 | * @param string $value |
||
43 | * |
||
44 | * @return string |
||
45 | */ |
||
46 | public function canonical(string $value): string |
||
51 |