mirror of
https://github.com/filp/whoops.git
synced 2026-09-18 05:36:21 +00:00
Revert changes to InspectorTest
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user