diff --git a/src/Whoops/Exception/Inspector.php b/src/Whoops/Exception/Inspector.php index 6cd78c15..bf91bc5f 100644 --- a/src/Whoops/Exception/Inspector.php +++ b/src/Whoops/Exception/Inspector.php @@ -189,7 +189,7 @@ public function getFrames() * * If xdebug is installed * - * @param \Throwable $exception + * @param \Throwable $e * @return array */ protected function getTrace($e)