public function offsetExists()
in
src/Message.php [102:105]
4
lines of code
1
McCabe index (conditional complexity)
public function offsetExists($key) { return isset($this->data[$key]); }