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

current() public method

Get the current value.
public current ( ) : mixed
return mixed The current value.
    public function current()
    {
        return current($this->array);
    }