@@ -54,6 +54,9 @@  | 
                                                    ||
| 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 | |
@@ -23,7 +23,6 @@  | 
                                                    ||
| 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';  |