Completed
Push — master ( ff57ee...726c60 )
by Robin
08:02 queued 12s
created
lib/Item.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
 
64 64
 	/**
65 65
 	 * Reads a file portion by portion until the very end
66
-	 * @return string|boolean
66
+	 * @return false|string
67 67
 	 */
68 68
 	public function fread() {
69 69
 		if (!($this->file->getSize() > 0)) {
Please login to merge, or discard this patch.
lib/Scanner/ScannerBase.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -211,7 +211,7 @@
 block discarded – undo
211 211
 	}
212 212
 
213 213
 	/**
214
-	 * @param $data
214
+	 * @param string $data
215 215
 	 * @return bool
216 216
 	 */
217 217
 	protected function writeRaw($data) {
Please login to merge, or discard this patch.
lib/Db/RuleMapper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
 	
19 19
 	/**
20 20
 	 * Empty the table
21
-	 * @return bool
21
+	 * @return \OCP\DB\IPreparedStatement
22 22
 	 */
23 23
 	public function deleteAll() {
24 24
 		$sql = 'DELETE FROM `*PREFIX*files_avir_status`';
Please login to merge, or discard this patch.