Completed
Push — master ( 1441c1...208f98 )
by Morris
09:54
created
lib/AvirWrapper.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use \OCP\IL10N;
15 15
 use \OCP\ILogger;
16 16
 use \OCP\Files\InvalidContentException;
17
-use Icewind\Streams\CallbackWrapper;
18 17
 
19 18
 
20 19
 class AvirWrapper extends Wrapper{
Please login to merge, or discard this patch.
lib/Item.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,6 +56,9 @@  discard block
 block discarded – undo
56 56
 	 */
57 57
 	private $l10n;
58 58
 	
59
+	/**
60
+	 * @param integer $id
61
+	 */
59 62
 	public function __construct(IL10N $l10n, View $view, $path, $id = null) {
60 63
 		$this->l10n = $l10n;
61 64
 		
@@ -96,7 +99,7 @@  discard block
 block discarded – undo
96 99
 	
97 100
 	/**
98 101
 	 * Reads a file portion by portion until the very end
99
-	 * @return string|boolean
102
+	 * @return false|string
100 103
 	 */
101 104
 	public function fread() {
102 105
 		if (!$this->isValid()) {
Please login to merge, or discard this patch.
lib/Scanner.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.