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 fef9aab commit 29feb7dCopy full SHA for 29feb7d
src/WriteResponse.php
@@ -41,6 +41,7 @@ public function offsetExists($offset): bool
41
* @param mixed $offset
42
* @return \DCarbone\PHPConsulAPI\Error|\DCarbone\PHPConsulAPI\WriteMeta|mixed|null
43
*/
44
+ #[\ReturnTypeWillChange]
45
public function offsetGet($offset)
46
{
47
if (0 === $offset) {
0 commit comments