We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5d00f1 commit 9b2ebceCopy full SHA for 9b2ebce
src/Test/TestConnection.php
@@ -43,7 +43,7 @@ public function getIterator(): \Iterator
43
return new \ArrayIterator([]);
44
}
45
46
- public function setFetchMode($mode, ...$args): bool
+ public function setFetchMode($mode, ...$args): true
47
{
48
return true;
49
@@ -55,7 +55,7 @@ public function getIterator(): \Iterator
55
56
57
58
- public function setFetchMode($mode, $params = null): bool
+ public function setFetchMode($mode, ...$params): true
59
60
61
0 commit comments