We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18793b7 commit e6cb7d8Copy full SHA for e6cb7d8
src/Symfony/Component/Debug/ExceptionHandler.php
@@ -97,9 +97,9 @@ public function setHandler(callable $handler = null): ?callable
97
*
98
* @param string|FileLinkFormatter $fileLinkFormat The format for links to source files
99
100
- * @return string The previous file link format
+ * @return string|FileLinkFormatter|null The previous file link format
101
*/
102
- public function setFileLinkFormat($fileLinkFormat): string
+ public function setFileLinkFormat($fileLinkFormat)
103
{
104
$old = $this->fileLinkFormat;
105
$this->fileLinkFormat = $fileLinkFormat;
0 commit comments