1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-22 21:22:40 +00:00

Correct signature

This commit is contained in:
J. King 2018-11-16 21:35:05 -05:00
parent 976672de5b
commit e30d82fbaa

View file

@ -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;
} }