summaryrefslogtreecommitdiffstats
path: root/apps/settings
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-04-10 16:48:31 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-04-10 16:48:31 +0200
commita7c8d26d31cb1cf69e0e060c53622e545fcfbbb3 (patch)
tree629f395d91f3cf15497bbfd6597e6df9b081cf36 /apps/settings
parent1762a409f954fd9a66e7572704ea9ba7813601b4 (diff)
downloadnextcloud-server-a7c8d26d31cb1cf69e0e060c53622e545fcfbbb3.tar.gz
nextcloud-server-a7c8d26d31cb1cf69e0e060c53622e545fcfbbb3.zip
Add visibility to all properties and move static keyword
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'apps/settings')
-rw-r--r--apps/settings/lib/Controller/AuthSettingsController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/lib/Controller/AuthSettingsController.php b/apps/settings/lib/Controller/AuthSettingsController.php
index 0296a1ac5cb..c7099f28499 100644
--- a/apps/settings/lib/Controller/AuthSettingsController.php
+++ b/apps/settings/lib/Controller/AuthSettingsController.php
@@ -62,7 +62,7 @@ class AuthSettingsController extends Controller {
private $session;
/** IUserSession */
- private $userSession;
+ private $userSession;
/** @var string */
private $uid;