Completed
Push — master ( f277c1...6f7267 )
by Stanislav
02:15
created
src/Command/StatsSend.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -121,7 +121,7 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.
src/TransmissionClient.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -136,7 +136,6 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.