Completed
Push — master ( 9ff4ca...4b71ec )
by Stanislav
02:58
created
src/InfluxDbClient.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -63,6 +63,10 @@  discard block
 block discarded – undo
63 63
         $this->logger = $logger;
64 64
     }
65 65
 
66
+    /**
67
+     * @param string $level
68
+     * @param string|null $message
69
+     */
66 70
     private function log($level, $message, $context = [])
67 71
     {
68 72
         if (!is_null($this->logger)) {
@@ -129,6 +133,9 @@  discard block
 block discarded – undo
129 133
         );
130 134
     }
131 135
 
136
+    /**
137
+     * @param string $transmissionHost
138
+     */
132 139
     public function getLastPoint(array $torrent, $transmissionHost)
133 140
     {
134 141
         $torrentName = $torrent[Torrent\Get::NAME];
Please login to merge, or discard this patch.