aboutsummaryrefslogtreecommitdiffstats
path: root/apps/encryption/lib/Controller/StatusController.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/encryption/lib/Controller/StatusController.php')
-rw-r--r--apps/encryption/lib/Controller/StatusController.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/encryption/lib/Controller/StatusController.php b/apps/encryption/lib/Controller/StatusController.php
index d07b4da794a..29582a66ad3 100644
--- a/apps/encryption/lib/Controller/StatusController.php
+++ b/apps/encryption/lib/Controller/StatusController.php
@@ -52,11 +52,11 @@ class StatusController extends Controller {
* @param IManager $encryptionManager
*/
public function __construct($AppName,
- IRequest $request,
- IL10N $l10n,
- Session $session,
- IManager $encryptionManager
- ) {
+ IRequest $request,
+ IL10N $l10n,
+ Session $session,
+ IManager $encryptionManager
+ ) {
parent::__construct($AppName, $request);
$this->l = $l10n;
$this->session = $session;