Unverified Commit d4e8fb9f authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:ambulance: fix(subscription) Change code to fix boggus codesniffer check

1.3-fixes codesniffer was complaining on these lines

issue #6152
Showing with 6 additions and 6 deletions
+6 -6
......@@ -22,12 +22,12 @@ class subscriptionInfo extends simplePlugin
{
/* ldap attribute => ini variable */
public static $subscriptionAttributes = [
'fdSubscriptionName' => 'Name',
'uid' => 'Id',
'fdSubscriptionType' => 'Type',
'fdSubscriptionContractId' => 'Contract',
'fdSubscriptionStartDate' => 'StartDate',
'fdSubscriptionEndDate' => 'EndDate',
'fdSubscriptionName' => 'Name',
'uid' => 'Id',
'fdSubscriptionType' => 'Type',
'fdSubscriptionContractId' => 'Contract',
'fdSubscriptionStartDate' => 'StartDate',
'fdSubscriptionEndDate' => 'EndDate',
];
public static function plInfo ()
......
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