Completed
Push — master ( 4b71ec...ec101e )
by Stanislav
02:24
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.
src/Command/TorrentAdd.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Popstas\Transmission\Console\Command;
4 4
 
5
-use Martial\Transmission\API\Argument\Torrent;
6 5
 use Popstas\Transmission\Console\TransmissionClient;
7 6
 use Symfony\Component\Console\Input\InputArgument;
8 7
 use Symfony\Component\Console\Input\InputInterface;
Please login to merge, or discard this patch.