| Total Complexity | 2 |
| Total Lines | 16 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 26 | abstract class APedigreeRecord extends ASimpleRecord |
||
| 27 | { |
||
| 28 | /** |
||
| 29 | * @param string $what |
||
| 30 | * @param string|null $sex |
||
| 31 | * @throws MapperException |
||
| 32 | * @throws PedigreeException |
||
| 33 | * @return APedigreeRecord[] |
||
| 34 | */ |
||
| 35 | 7 | public function getLike(string $what, ?string $sex = null): array |
|
| 44 |