Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0a04aab

Browse files
committed
Refix
1 parent 13df4a6 commit 0a04aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Ldap/Tests/Adapter/ExtLdap/LdapManagerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public function testLdapAddDouble()
8888
$entry = new Entry('cn=Elsa Amrouche,dc=symfony,dc=com', [
8989
'sn' => ['eamrouche'],
9090
'objectclass' => [
91-
'inetOrgPerson',doc
91+
'inetOrgPerson',
9292
],
9393
]);
9494

0 commit comments

Comments
 (0)