summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/Jobs
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/user_ldap/lib/Jobs
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/user_ldap/lib/Jobs')
-rw-r--r--apps/user_ldap/lib/Jobs/UpdateGroups.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/user_ldap/lib/Jobs/UpdateGroups.php b/apps/user_ldap/lib/Jobs/UpdateGroups.php
index 19981a69bd2..810d88b3ccc 100644
--- a/apps/user_ldap/lib/Jobs/UpdateGroups.php
+++ b/apps/user_ldap/lib/Jobs/UpdateGroups.php
@@ -46,9 +46,9 @@ use OCA\User_LDAP\User\Manager;
use OCP\ILogger;
class UpdateGroups extends \OC\BackgroundJob\TimedJob {
- static private $groupsFromDB;
+ private static $groupsFromDB;
- static private $groupBE;
+ private static $groupBE;
public function __construct() {
$this->interval = self::getRefreshInterval();