Passed
Pull Request — master (#7)
by Tim
03:30
created
src/Auth/Source/CAS.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -220,7 +220,7 @@
 block discarded – undo
220 220
 
221 221
         $config = Configuration::loadFromArray(
222 222
             $this->ldapConfig,
223
-            'Authentication source ' . var_export($this->authId, true),
223
+            'Authentication source '.var_export($this->authId, true),
224 224
         );
225 225
         if (!empty($this->ldapConfig['servers'])) {
226 226
             $ldap = new Ldap(
Please login to merge, or discard this patch.