From 104d11ec4c5d359c54985e01c171ba1845537632 Mon Sep 17 00:00:00 2001 From: Thomas Müller Date: Thu, 2 Apr 2015 14:44:58 +0200 Subject: Fixing encryption storage wrapper tests --- lib/private/encryption/exceptions/encryptionheadertolargeexception.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/private/encryption') diff --git a/lib/private/encryption/exceptions/encryptionheadertolargeexception.php b/lib/private/encryption/exceptions/encryptionheadertolargeexception.php index 94a130d792d..cdb5f940800 100644 --- a/lib/private/encryption/exceptions/encryptionheadertolargeexception.php +++ b/lib/private/encryption/exceptions/encryptionheadertolargeexception.php @@ -26,7 +26,7 @@ use OCP\Encryption\Exceptions\GenericEncryptionException; class EncryptionHeaderToLargeException extends GenericEncryptionException { - public function __construct($key) { + public function __construct() { parent::__construct('max header size exceeded'); } -- cgit v1.2.3