aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Session/CryptoWrapper.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/Session/CryptoWrapper.php')
-rw-r--r--lib/private/Session/CryptoWrapper.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/private/Session/CryptoWrapper.php b/lib/private/Session/CryptoWrapper.php
index e98aac3b8bf..5004ebf82cf 100644
--- a/lib/private/Session/CryptoWrapper.php
+++ b/lib/private/Session/CryptoWrapper.php
@@ -68,9 +68,9 @@ class CryptoWrapper {
* @param IRequest $request
*/
public function __construct(IConfig $config,
- ICrypto $crypto,
- ISecureRandom $random,
- IRequest $request) {
+ ICrypto $crypto,
+ ISecureRandom $random,
+ IRequest $request) {
$this->crypto = $crypto;
$this->config = $config;
$this->random = $random;