Passed
Pull Request — master (#15)
by
unknown
04:04
created
Integration/LdapAuthIntegration.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@
 block discarded – undo
113 113
         }
114 114
 
115 115
         if (!empty($hostname) && !empty($parameters['login'])) {
116
-            $ldap = new LdapClient($hostname, $port, $ldapVersion, $ssl. $startTls);
116
+            $ldap = new LdapClient($hostname, $port, $ldapVersion, $ssl . $startTls);
117 117
 
118 118
             $response = $this->ldapUserLookup($ldap, $settings, $parameters);
119 119
 
Please login to merge, or discard this patch.