aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/encryption
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-04-02 14:44:58 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2015-04-07 13:30:30 +0200
commit104d11ec4c5d359c54985e01c171ba1845537632 (patch)
tree2cd51e73fab86bef8a4cd86af08d615643f402aa /lib/private/encryption
parentd9c41b00ab4271b401ed838ccc0b19a9a0f67a76 (diff)
downloadnextcloud-server-104d11ec4c5d359c54985e01c171ba1845537632.tar.gz
nextcloud-server-104d11ec4c5d359c54985e01c171ba1845537632.zip
Fixing encryption storage wrapper tests
Diffstat (limited to 'lib/private/encryption')
-rw-r--r--lib/private/encryption/exceptions/encryptionheadertolargeexception.php2
1 files changed, 1 insertions, 1 deletions
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');
}