@@ -7,7 +7,7 @@ |
||
7 | 7 | trait CoreTrait |
8 | 8 | { |
9 | 9 | /** |
10 | - * @return \PiHole\Interfaces\QueryInterface |
|
10 | + * @return CoreTrait |
|
11 | 11 | */ |
12 | 12 | public function statistics(): self |
13 | 13 | { |
@@ -53,7 +53,7 @@ |
||
53 | 53 | 'http_errors' => false, |
54 | 54 | |
55 | 55 | // Wrapper settings |
56 | - 'tries' => 2, // Count of tries |
|
56 | + 'tries' => 2, // Count of tries |
|
57 | 57 | 'seconds' => 10, // Waiting time per each try |
58 | 58 | |
59 | 59 | // Optional parameters |