@@ -51,7 +51,6 @@ |
||
51 | 51 | } |
52 | 52 | |
53 | 53 | /** |
54 | - * @param string $input |
|
55 | 54 | * @return OverviewInterface |
56 | 55 | */ |
57 | 56 | public function overview(): Overview |
@@ -6,11 +6,9 @@ |
||
6 | 6 | |
7 | 7 | use ApiClients\Client\PiHole\Resource\OverviewInterface; |
8 | 8 | use ApiClients\Client\PiHole\Resource\Sync\Overview; |
9 | -use ApiClients\Client\Skeleton\Resource\ExampleInterface; |
|
10 | 9 | use ApiClients\Foundation\Factory as FoundationClientFactory; |
11 | 10 | use React\EventLoop\Factory; |
12 | 11 | use React\EventLoop\LoopInterface; |
13 | -use Rx\React\Promise; |
|
14 | 12 | use function ApiClients\Tools\Rx\setAsyncScheduler; |
15 | 13 | use function Clue\React\Block\await; |
16 | 14 |