The original util/Stack peek method is:
return reset($this->toArray());
this should be
return end($this->toArray());
Log in to post a comment.