From 42f46bc714a821a412d6f9109cc2e9d180edd10f Mon Sep 17 00:00:00 2001 From: Aaron Piotrowski Date: Sun, 19 Nov 2023 09:04:40 -0600 Subject: [PATCH] WIP --- src/PostgresConnection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.