adilbaig/pagerduty

Return type of offsetExists, offsetGet, offsetSet, offsetUnset and jsonSerialize should either be compatible with ArrayAccess class methods

Opened this issue · 0 comments

public function offsetExists($key)

public function offsetGet($key)

public function offsetSet($key, $value)

public function offsetUnset($key)

public function jsonSerialize()