Skip to content

Commit 2c5cf20

Browse files
Bugfix: ConnectionHandler should implement ConnectionHandlerInterface
1 parent 6979a81 commit 2c5cf20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ConnectionHandler/ConnectionHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* The default implementation of the ConnectionHandlerInterface.
2020
*/
21-
class ConnectionHandler implements LoggerAwareInterface
21+
class ConnectionHandler implements ConnectionHandlerInterface, LoggerAwareInterface
2222
{
2323
use LoggerAwareTrait;
2424

0 commit comments

Comments
 (0)