Skip to content

Commit 2b990f4

Browse files
Fixed code indentation
1 parent e38e58c commit 2b990f4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

components/ldap.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ For example, to connect to a start-TLS secured LDAP server::
5555
$adapter = new Adapter(array(
5656
'host' => 'my-server',
5757
'port' => 389,
58-
'encryption' => 'tls',
59-
'options' => array(
60-
'protocol_version' => 3,
61-
'referrals' => false,
62-
),
58+
'encryption' => 'tls',
59+
'options' => array(
60+
'protocol_version' => 3,
61+
'referrals' => false,
62+
),
6363
));
6464
$ldap = new Ldap($adapter);
6565

0 commit comments

Comments
 (0)