Fix typo in docblock

This commit is contained in:
filp
2013-04-11 09:50:49 +01:00
parent 9aaa7128c2
commit 6da8e84925
+2 -2
View File
@@ -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