Total Complexity | 4 |
Total Lines | 50 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
19 | trait WriteableTreeTrait |
||
20 | 24 | { |
|
21 | abstract protected function DaftObjectDatabaseTable() : string; |
||
22 | |||
23 | /** |
||
24 | * @param scalar|(scalar|array|object|null)[] $id |
||
25 | 24 | * |
|
26 | * @psalm-param class-string<T> $type |
||
27 | * |
||
28 | * @psalm-return T |
||
29 | */ |
||
30 | 24 | public function RecallDaftObjectOrThrow( |
|
34 | 24 | ||
35 | 24 | protected function ObtainLastLeafInTree() : DaftNestedWriteableObject |
|
71 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.