Verified Commit 681f1539 authored by dockx thibault's avatar dockx thibault
Browse files

:ambulance: Fix(codestyle) first part of codestyle correction

Fixing codestyle to align with 1.4, part 1.
No related merge requests found
Showing with 3 additions and 3 deletions
+3 -3
......@@ -22,7 +22,7 @@ class RoleMembersAttribute extends UsersAttribute
{
protected $whitelistDns = NULL;
function getFilterWhiteList()
function getFilterWhiteList ()
{
global $config;
if ($config->get_cfg_value('RestrictRoleMembers') == 'TRUE') {
......@@ -49,7 +49,7 @@ class roleGeneric extends simplePlugin
{
var $objectclasses = ['organizationalRole'];
static function plInfo()
static function plInfo ()
{
return [
'plShortName' => _('Role'),
......@@ -113,7 +113,7 @@ class roleGeneric extends simplePlugin
];
}
function ldap_save()
function ldap_save ()
{
global $ui;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment