Skip to content

Commit 572c34e

Browse files
authored
Merge pull request #185 from ruudk/patch-1
Add return type mixed to offsetGet
2 parents de01d58 + 237df2e commit 572c34e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Mink/MinkParameters.php

+3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ public function offsetExists($offset): bool
2727
return array_key_exists($offset, $this->minkParameters);
2828
}
2929

30+
/**
31+
* @return mixed
32+
*/
3033
#[ReturnTypeWillChange]
3134
public function offsetGet($offset)
3235
{

0 commit comments

Comments
 (0)