Skip to content

Commit 02d4cd7

Browse files
committed
Remove useless implements declaration of ExceptionInterface in class extending ConnectionException as it already do it
1 parent aa0c3ab commit 02d4cd7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/Symfony/Component/Ldap/Exception/AlreadyExistsException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
*
1717
* @author Hamza Amrouche <hamza.simperfit@gmail.com>
1818
*/
19-
class AlreadyExistsException extends ConnectionException implements ExceptionInterface
19+
class AlreadyExistsException extends ConnectionException
2020
{
2121
}

src/Symfony/Component/Ldap/Exception/ConnectionTimeoutException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
*
1717
* @author Hamza Amrouche <hamza.simperfit@gmail.com>
1818
*/
19-
class ConnectionTimeoutException extends ConnectionException implements ExceptionInterface
19+
class ConnectionTimeoutException extends ConnectionException
2020
{
2121
}

src/Symfony/Component/Ldap/Exception/InvalidCredentialsException.php

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

1414
/**
15-
* InvalidCredentialsException is thrown if binding to ldap has been done with invalid credentials .
15+
* InvalidCredentialsException is thrown if binding to ldap has been done with invalid credentials.
1616
*
1717
* @author Hamza Amrouche <hamza.simperfit@gmail.com>
1818
*/
19-
class InvalidCredentialsException extends ConnectionException implements ExceptionInterface
19+
class InvalidCredentialsException extends ConnectionException
2020
{
2121
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy