Completed
Pull Request — master (#6)
by
unknown
02:16
created
src/Auth/Adapter/Basic/Ldap.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
     protected $account_filter = '(uid=%s)';
44 44
 
45 45
 
46
-    public function __construct(LdapServer $ldap, LoggerInterface $logger, Iterable $config=null)
46
+    public function __construct(LdapServer $ldap, LoggerInterface $logger, Iterable $config = null)
47 47
     {
48 48
         $this->logger = $logger;
49 49
         $this->ldap = $ldap;
Please login to merge, or discard this patch.