| Total Complexity | 4 |
| Total Lines | 28 |
| Duplicated Lines | 0 % |
| Coverage | 87.5% |
| Changes | 0 | ||
| 1 | <?php |
||
| 7 | class SantaCruzValidator implements ValidatorInterface |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * {@inheritdoc} |
||
| 11 | */ |
||
| 12 | 2 | public static function validate(array $deposit) |
|
| 23 | } |
||
| 24 | |||
| 25 | /** |
||
| 26 | * Checks if the deposit is a retirement. |
||
| 27 | * |
||
| 28 | * @param string $description |
||
| 29 | * |
||
| 30 | * @return bool |
||
| 31 | */ |
||
| 32 | 2 | private static function isRetirement($description) |
|
| 37 |