Eloquent\Phony\Spy\ArraySpy::offsetUnset PHP Method

offsetUnset() public method

Un-set a value.
public offsetUnset ( mixed $key )
$key mixed The key.
    public function offsetUnset($key)
    {
        unset($this->array[$key]);
    }