mirror of
https://github.com/filp/whoops.git
synced 2026-09-13 03:06:20 +00:00
Fix typo in docblock
This commit is contained in:
@@ -56,13 +56,13 @@ class Inspector
|
||||
/**
|
||||
* Returns an iterator for the inspected exception's
|
||||
* frames.
|
||||
* @return DamnIt\Exception\FrameIterator
|
||||
* @return Whoops\Exception\FrameIterator
|
||||
*/
|
||||
public function getFrames()
|
||||
{
|
||||
if($this->framesIterator === null) {
|
||||
$frames = $this->exception->getTrace();
|
||||
|
||||
|
||||
// If we're handling an ErrorException thrown by Whoops,
|
||||
// get rid of the last, which matches the handleError method,
|
||||
// and do not add the current exception to trace. We ensure that
|
||||
|
||||
Reference in New Issue
Block a user