@@ -63,6 +63,10 @@ discard block |
||
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 |
||
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]; |