Merge pull request #185 from ruudk/patch-1
Add return type mixed to offsetGet
This commit is contained in:
@@ -27,6 +27,9 @@ class MinkParameters implements \Countable, \IteratorAggregate, \ArrayAccess
|
||||
return array_key_exists($offset, $this->minkParameters);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return mixed
|
||||
*/
|
||||
#[ReturnTypeWillChange]
|
||||
public function offsetGet($offset)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user