Completed
Push — master ( ae0a42...dd99b8 )
by Christopher
02:57
created
Connection.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@
 block discarded – undo
127 127
         // Set the LDAP options.     
128 128
         $this->setOption(LDAP_OPT_PROTOCOL_VERSION, 3);
129 129
         $this->setOption(LDAP_OPT_REFERRALS, $this->followReferrals);
130
-        if ($this->useTLS ) {
130
+        if ($this->useTLS) {
131 131
             $this->startTLS();
132 132
         }
133 133
 
Please login to merge, or discard this patch.