aboutsummaryrefslogtreecommitdiffstats
path: root/apps/testing/lib/Controller/ConfigController.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/testing/lib/Controller/ConfigController.php')
-rw-r--r--apps/testing/lib/Controller/ConfigController.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/testing/lib/Controller/ConfigController.php b/apps/testing/lib/Controller/ConfigController.php
index 76f1e1a1ee1..bad4be7b4a1 100644
--- a/apps/testing/lib/Controller/ConfigController.php
+++ b/apps/testing/lib/Controller/ConfigController.php
@@ -38,8 +38,8 @@ class ConfigController extends OCSController {
* @param IConfig $config
*/
public function __construct($appName,
- IRequest $request,
- IConfig $config) {
+ IRequest $request,
+ IConfig $config) {
parent::__construct($appName, $request);
$this->config = $config;
}