Browse Source

Correct signature

microsub
J. King 5 years ago
parent
commit
e30d82fbaa
  1. 2
      lib/Db/PostgreSQL/Driver.php

2
lib/Db/PostgreSQL/Driver.php

@ -34,7 +34,7 @@ class Driver extends \JKingWeb\Arsse\Db\AbstractDriver {
return false;
}
protected function makeConnection(string $user, string $pass, string $db, string $host, int $port) {
protected function makeConnection(string $user, string $pass, string $db, string $host, int $port, string $service) {
// stub: native interface is not yet supported
throw new \Exception;
}

Loading…
Cancel
Save