| Total Complexity | 6 |
| Total Lines | 43 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | trait TraitSortableDaftObject |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @psalm-param T as $otherObject |
||
| 18 | */ |
||
| 19 | 4 | public function CompareToDaftSortableObject(DaftSortableObject $otherObject) : int |
|
| 37 | } |
||
| 38 | |||
| 39 | /** |
||
| 40 | * @return array<int, string> |
||
| 41 | */ |
||
| 42 | 6 | public static function DaftSortableObjectProperties() : array |
|
| 59 |