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

Skip to content

Commit a2dc110

Browse files
committed
Fixed style errors
1 parent 33a6723 commit a2dc110

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Symfony/Component/Ldap/Tests/LdapClientTest.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
namespace Symfony\Component\Ldap\Tests;
1313

1414
use Symfony\Component\Ldap\LdapClient;
15-
use Symfony\Component\Ldap\Exception\ConnectionException;
16-
use Symfony\Component\Ldap\Exception\LdapException;
1715
use Symfony\Polyfill\Php56\Php56 as p;
1816

1917
/**
@@ -23,7 +21,8 @@ class LdapClientTest extends LdapTestCase
2321
{
2422
/**
2523
* Ldap client, only used for the functional tests
26-
* @var [type]
24+
*
25+
* @var LdapClient
2726
*/
2827
private $ldap;
2928

0 commit comments

Comments
 (0)