diff --git a/src/PostgresConnection.php b/src/PostgresConnection.php index 0010f75..b23722f 100644 --- a/src/PostgresConnection.php +++ b/src/PostgresConnection.php @@ -7,7 +7,7 @@ /** * @extends Connection */ -interface PostgresConnection extends Connection, PostgresLink, PostgresReceiver +interface PostgresConnection extends Connection, PostgresLink { /** * @return PostgresConfig Config object specific to this library.