minor: fix phpdocs in the ldap component

This commit is contained in:
Amrouche Hamza 2019-05-22 18:32:44 +02:00
parent 8a220d8225
commit 721915f8ec
No known key found for this signature in database
GPG Key ID: E45A3DA456145BC1
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@
namespace Symfony\Component\Ldap\Exception; namespace Symfony\Component\Ldap\Exception;
/** /**
* ConnectionException is throw if binding to ldap can not be established. * ConnectionException is thrown if binding to ldap can not be established.
* *
* @author Grégoire Pineau <lyrixx@lyrixx.info> * @author Grégoire Pineau <lyrixx@lyrixx.info>
*/ */

View File

@ -12,7 +12,7 @@
namespace Symfony\Component\Ldap\Exception; namespace Symfony\Component\Ldap\Exception;
/** /**
* LdapException is throw if php ldap module is not loaded. * LdapException is thrown if php ldap module is not loaded.
* *
* @author Charles Sarrazin <charles@sarraz.in> * @author Charles Sarrazin <charles@sarraz.in>
*/ */

View File

@ -12,7 +12,7 @@
namespace Symfony\Component\Ldap\Exception; namespace Symfony\Component\Ldap\Exception;
/** /**
* LdapException is throw if php ldap module is not loaded. * LdapException is thrown if php ldap module is not loaded.
* *
* @author Grégoire Pineau <lyrixx@lyrixx.info> * @author Grégoire Pineau <lyrixx@lyrixx.info>
*/ */