Total Complexity | 1 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
18 | abstract class DaftWriteableObjectMemoryTree extends DaftObjectMemoryTree implements DaftNestedWriteableObjectTree |
||
19 | { |
||
20 | /** |
||
21 | * @use WriteableTreeTrait<T> |
||
22 | */ |
||
23 | use WriteableTreeTrait; |
||
24 | |||
25 | /** |
||
26 | * @psalm-return T |
||
27 | */ |
||
28 | 60 | protected function ObtainLastLeafInTree() : DaftNestedWriteableObject |
|
42 |