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 36a9ea7Copy full SHA for 36a9ea7
src/Symfony/Component/Debug/ExceptionHandler.php
@@ -99,7 +99,7 @@ public function setHandler(callable $handler = null): ?callable
99
*
100
* @return string The previous file link format
101
*/
102
- public function setFileLinkFormat($fileLinkFormat): string
+ public function setFileLinkFormat($fileLinkFormat): ?string
103
{
104
$old = $this->fileLinkFormat;
105
$this->fileLinkFormat = $fileLinkFormat;
0 commit comments