fixing test
This commit is contained in:
parent
922eac342d
commit
e088cc47aa
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class HarnessDriver implements Drivers\DSODriverInterface
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
public function &pdo(\PDO &$pdo=null) : ?\PDO {
|
public function pdo(\PDO $pdo=null) : ?\PDO {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue