Completed
Pull Request — master (#61)
by Roeland
01:33
created
lib/Item.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -96,7 +96,7 @@
 block discarded – undo
96 96
 	
97 97
 	/**
98 98
 	 * Reads a file portion by portion until the very end
99
-	 * @return string|boolean
99
+	 * @return false|string
100 100
 	 */
101 101
 	public function fread() {
102 102
 		if (!$this->isValid()) {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 use OCP\App;
16 16
 use OCP\AppFramework\Db\DoesNotExistException;
17 17
 use OCP\Files\File;
18
-use OCP\IL10N;
19 18
 use OCP\ILogger;
20 19
 
21 20
 class Item implements IScannable{
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
@@ -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.