| Total Complexity | 12 |
| Total Lines | 63 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 7 | class Name implements \Validate\Contracts\Validate |
||
| 8 | { |
||
| 9 | use FakeNameTrait; |
||
| 10 | |||
| 11 | public static function toDatabase(string $fullName) |
||
| 14 | } |
||
| 15 | |||
| 16 | public static function toUser($fullName) |
||
| 19 | } |
||
| 20 | |||
| 21 | public static function validate($fullName) |
||
| 42 | } |
||
| 43 | |||
| 44 | public static function break($fullName) |
||
| 54 | ]; |
||
| 55 | } |
||
| 56 | |||
| 57 | public static function isSame(string $to, string $from) |
||
| 73 |