Completed
Pull Request — master (#59)
by Roeland
08:30
created
lib/Scanner/ScannerBase.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -172,7 +172,7 @@
 block discarded – undo
172 172
 	}
173 173
 
174 174
 	/**
175
-	 * @param $data
175
+	 * @param string $data
176 176
 	 * @return bool
177 177
 	 */
178 178
 	protected function writeRaw($data){
Please login to merge, or discard this patch.
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.