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