Passed
Push — master ( 24ef24...fd630f )
by Tim
04:32
created
lib/Auth/Source/CAS.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -204,7 +204,7 @@
 block discarded – undo
204 204
 
205 205
         $config = Configuration::loadFromArray(
206 206
             $this->ldapConfig,
207
-            'Authentication source ' . var_export($this->authId, true)
207
+            'Authentication source '.var_export($this->authId, true)
208 208
         );
209 209
         if ($this->ldapConfig['servers']) {
210 210
             $ldap = new Ldap(
Please login to merge, or discard this patch.