Completed
Branch master (e591ca)
by Mr
08:16
created
src/CoreTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/Config.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.