Completed
Pull Request — master (#220)
by Thomas
04:48 queued 02:25
created
lib/Item.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -54,6 +54,9 @@
 block discarded – undo
54 54
 	 */
55 55
 	private $l10n;
56 56
 	
57
+	/**
58
+	 * @param integer $id
59
+	 */
57 60
 	public function __construct(IL10N $l10n, $view, $path, $id = null) {
58 61
 		$this->l10n = $l10n;
59 62
 		
Please login to merge, or discard this patch.
lib/AvirWrapper.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 use OCP\ILogger;
18 18
 use OCP\Files\InvalidContentException;
19 19
 use OCP\Files\ForbiddenException;
20
-use Icewind\Streams\CallbackWrapper;
21 20
 
22 21
 
23 22
 class AvirWrapper extends Wrapper{
Please login to merge, or discard this patch.