Passed
Push — master ( 415e68...b16c98 )
by Blizzz
15:44 queued 12s
created
apps/user_ldap/lib/Configuration.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -291,7 +291,7 @@  discard block
 block discarded – undo
291 291
 			$this->saveValue($cta[$key], $value);
292 292
 		}
293 293
 		if ($changed) {
294
-			$this->saveValue('_lastChange', (string)time());
294
+			$this->saveValue('_lastChange', (string) time());
295 295
 		}
296 296
 		$this->unsavedChanges = [];
297 297
 	}
@@ -527,7 +527,7 @@  discard block
 block discarded – undo
527 527
 			'ldap_default_ppolicy_dn' => 'ldapDefaultPPolicyDN',
528 528
 			'ldap_ext_storage_home_attribute' => 'ldapExtStorageHomeAttribute',
529 529
 			'ldap_matching_rule_in_chain_state' => 'ldapMatchingRuleInChainState',
530
-			'ldapIgnoreNamingRules' => 'ldapIgnoreNamingRules',	// sysconfig
530
+			'ldapIgnoreNamingRules' => 'ldapIgnoreNamingRules', // sysconfig
531 531
 			'ldap_connection_timeout' => 'ldapConnectionTimeout',
532 532
 		];
533 533
 		return $array;
Please login to merge, or discard this patch.