Browse Source

Correct signature

microsub
J. King 6 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; 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 // stub: native interface is not yet supported
throw new \Exception; throw new \Exception;
} }

Loading…
Cancel
Save