@@ -121,7 +121,7 @@ |
||
| 121 | 121 | |
| 122 | 122 | /** |
| 123 | 123 | * @param InputInterface $input |
| 124 | - * @return InfluxDB\Database|bool |
|
| 124 | + * @return InfluxDB\Database |
|
| 125 | 125 | * @throws InfluxDB\Database\Exception |
| 126 | 126 | */ |
| 127 | 127 | private function getDatabase(InputInterface $input) |
@@ -136,7 +136,6 @@ |
||
| 136 | 136 | } |
| 137 | 137 | |
| 138 | 138 | return $torrentInList[Torrent\Get::TOTAL_SIZE] < $torrentNotInList[Torrent\Get::TOTAL_SIZE] ? |
| 139 | - $torrentInList : |
|
| 140 | - $torrentNotInList; |
|
| 139 | + $torrentInList : $torrentNotInList; |
|
| 141 | 140 | } |
| 142 | 141 | } |