Completed
Pull Request — master (#93)
by Joas
07:21
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 2 patches
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.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 use OCP\AppFramework\Db\DoesNotExistException;
17 17
 use OCP\Files\File;
18 18
 use OCP\Files\IRootFolder;
19
-use OCP\IL10N;
20 19
 use OCP\ILogger;
21 20
 
22 21
 class Item {
Please login to merge, or discard this patch.