diff --git a/src/Symfony/Component/Debug/ExceptionHandler.php b/src/Symfony/Component/Debug/ExceptionHandler.php index 39e1431d50f21..72c015d1b6570 100644 --- a/src/Symfony/Component/Debug/ExceptionHandler.php +++ b/src/Symfony/Component/Debug/ExceptionHandler.php @@ -97,9 +97,9 @@ public function setHandler(callable $handler = null): ?callable * * @param string|FileLinkFormatter $fileLinkFormat The format for links to source files * - * @return string The previous file link format + * @return string|FileLinkFormatter|null The previous file link format */ - public function setFileLinkFormat($fileLinkFormat): string + public function setFileLinkFormat($fileLinkFormat) { $old = $this->fileLinkFormat; $this->fileLinkFormat = $fileLinkFormat;
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: