Completed
Push — master ( 3b5796...f4d034 )
by Phil
823:41 queued 765:41
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
@@ -23,7 +23,6 @@
 block discarded – undo
23 23
 use OCP\IL10N;
24 24
 use OCP\ILogger;
25 25
 use OCP\Files\ForbiddenException;
26
-use Icewind\Streams\CallbackWrapper;
27 26
 
28 27
 class AvirWrapper extends Wrapper {
29 28
 	const AV_EXCEPTION_MESSAGE = 'Either the ownCloud antivirus app is misconfigured or the external antivirus service is not accessible. %s';
Please login to merge, or discard this patch.