Total Complexity | 5 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | trait DefinesColumnChecks |
||
10 | { |
||
11 | /** |
||
12 | * @return bool |
||
13 | */ |
||
14 | 27 | private function isMorphColumnsFilled(): bool |
|
18 | } |
||
19 | |||
20 | /** |
||
21 | * @return bool |
||
22 | */ |
||
23 | 22 | private function isOnlyRedeemerTypeFilled(): bool |
|
27 | } |
||
28 | |||
29 | /** |
||
30 | * @param Model $model |
||
31 | * |
||
32 | * @return bool |
||
33 | */ |
||
34 | 2 | private function isSameRedeemerModel(Model $model): bool |
|
39 |