| Total Complexity | 3 |
| Total Lines | 24 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 2 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 5 | trait DefinesPivotColumns |
||
| 6 | { |
||
| 7 | /** |
||
| 8 | * @return string |
||
| 9 | */ |
||
| 10 | 18 | public function getRedeemedAtColumn(): string |
|
| 13 | } |
||
| 14 | |||
| 15 | /** |
||
| 16 | * @return string |
||
| 17 | */ |
||
| 18 | 17 | public function getRedeemedTypeColumn(): string |
|
| 21 | } |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @return string |
||
| 25 | */ |
||
| 26 | 17 | public function getRedeemedIdColumn(): string |
|
| 31 |