1
0
mirror of https://github.com/danog/postgres.git synced 2024-11-30 04:29:12 +01:00

Remove copy/paste error

This commit is contained in:
Aaron Piotrowski 2017-05-25 22:46:58 -05:00
parent fb69e56040
commit 31ea949464

View File

@ -37,7 +37,6 @@ class PqConnection extends AbstractConnection {
return;
case pq\Connection::POLLING_OK:
case \PGSQL_POLLING_OK:
$deferred->resolve(new self($connection));
return;
}