public function offsetUnset()
in
src/Message.php [120:123]
4
lines of code
1
McCabe index (conditional complexity)
public function offsetUnset($key) { unset($this->data[$key]); }