Revert changes to InspectorTest

This commit is contained in:
John S Long
2015-07-14 08:26:47 -05:00
parent 14818029f7
commit fe32a402b0
+2 -2
View File
@@ -14,7 +14,7 @@ class InspectorTest extends TestCase
/**
* @param string $message
* @param int $code
* @param \Throwable $previous
* @param Exception $previous
* @return Exception
*/
protected function getException($message = null, $code = 0, $previous = null)
@@ -23,7 +23,7 @@ class InspectorTest extends TestCase
}
/**
* @param \Throwable $exception|null
* @param Exception $exception|null
* @return Whoops\Exception\Inspector
*/
protected function getInspectorInstance($exception = null)