diff --git a/src/PHPCensor/Logging/Handler.php b/src/PHPCensor/Logging/Handler.php index 532b1aa3..e2ec1925 100644 --- a/src/PHPCensor/Logging/Handler.php +++ b/src/PHPCensor/Logging/Handler.php @@ -117,18 +117,18 @@ class Handler } /** - * @param \Exception $exception + * @param $exception */ - public function handleException(\Exception $exception) + public function handleException($exception) { $this->log($exception); } /** * Write to the build log. - * @param \Exception $exception + * @param $exception */ - protected function log(\Exception $exception) + protected function log($exception) { if (null !== $this->logger) { $message = sprintf(