| 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 | 22 | public function isMorphColumnsFilled(): bool |
|
| 18 | } |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @return bool |
||
| 22 | */ |
||
| 23 | 21 | public function isOnlyRedeemerTypeFilled(): bool |
|
| 27 | } |
||
| 28 | |||
| 29 | /** |
||
| 30 | * @param Model $model |
||
| 31 | * |
||
| 32 | * @return bool |
||
| 33 | */ |
||
| 34 | 3 | public function isSameRedeemerModel(Model $model): bool |
|
| 39 |