Skip to content

Commit 589584f

Browse files
TestConnection: Make setFetchMode declaration compatible with parent class
1 parent c0df0ec commit 589584f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Test/TestConnection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function getIterator(): \Iterator
5959
return new \ArrayIterator([]);
6060
}
6161

62-
public function setFetchMode($mode, $params = null): bool
62+
public function setFetchMode($mode, ...$params): true
6363
{
6464
return true;
6565
}

0 commit comments

Comments
 (0)