Merge pull request #135 from staabm/patch-2

Fixed phpdoc
This commit is contained in:
Denis
2014-02-16 14:08:14 +02:00
+2 -2
View File
@@ -57,7 +57,7 @@ class Inspector
}
/**
* Does this Exception have a previous Exception?
* Does the wrapped Exception has a previous Exception?
* @return bool
*/
public function hasPreviousException()
@@ -66,7 +66,7 @@ class Inspector
}
/**
* Returns an inspector for a previous inspector, if any.
* Returns an Inspector for a previous Exception, if any.
* @todo Clean this up a bit, cache stuff a bit better.
* @return \Whoops\Exception\Inspector|null
*/