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