Completed
Push — master ( 4b8715...5c1376 )
by Roeland
10s
created
lib/Item.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@  discard block
 block discarded – undo
67 67
 
68 68
 	/**
69 69
 	 * Reads a file portion by portion until the very end
70
-	 * @return string|boolean
70
+	 * @return false|string
71 71
 	 */
72 72
 	public function fread() {
73 73
 		if (!$this->isValid()) {
@@ -114,7 +114,6 @@  discard block
 block discarded – undo
114 114
 	/**
115 115
 	 * Action to take if this item status is unclear
116 116
 	 * @param Status $status
117
-	 * @param boolean $isBackground
118 117
 	 */
119 118
 	public function processUnchecked(Status $status) {
120 119
 		//TODO: Show warning to the user: The file can not be checked
Please login to merge, or discard this patch.