Passed
Push — master ( 5ac722...b8c681 )
by Tim
02:38 queued 15s
created
src/Auth/Source/X509userCert.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -236,7 +236,7 @@
 block discarded – undo
236 236
             }
237 237
 
238 238
             if ($ldap_cert_data === $client_cert_data) {
239
-		        if (is_null($this->ldapConfig->getOptionalArray('attributes',null))) {
239
+                if (is_null($this->ldapConfig->getOptionalArray('attributes',null))) {
240 240
                     $attributes = $entry->getAttributes();
241 241
                 } else {
242 242
                     $attributes = array_intersect_key(
Please login to merge, or discard this patch.