Skip to content

Commit 2642271

Browse files
committed
Change code to pass php_cs violations.
1 parent 3aa3097 commit 2642271

15 files changed

Lines changed: 944 additions & 942 deletions

solid/lib/AppInfo/SolidApp.php

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22
namespace OCA\Solid\AppInfo;
33

4-
use \OCP\AppFramework\App;
4+
use OCP\AppFramework\App;
55

6-
use \OCA\Solid\Service\UserService;
6+
use OCA\Solid\Service\UserService;
77

88

99
class SolidApp extends App {
@@ -28,8 +28,5 @@ public function __construct(){
2828
$container->registerService('User', function($c) {
2929
return $c->query('UserSession')->getUser();
3030
});
31-
3231
}
33-
3432
}
35-

solid/lib/Controller/AppController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ public function appLauncher() {
9696
$templateResponse->setContentSecurityPolicy($policy);
9797
return $templateResponse;
9898
}
99-
}
99+
}

0 commit comments

Comments
 (0)