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 6df452f commit 3a7af12Copy full SHA for 3a7af12
Handler/AbstractExceptionHandler.php
@@ -311,7 +311,7 @@ public function onKernelResponse(ResponseEvent $responseObject): void
311
}
312
313
314
- protected function generateHash(string $url, string $exceptionMessage): string
+ protected function generateHash(string $url, ?string $exceptionMessage): string
315
{
316
return md5($url . $exceptionMessage);
317
0 commit comments