fix: bug in prior commit (#4200)

This commit is contained in:
Dag 2024-08-08 02:55:35 +02:00 committed by GitHub
parent 9973f731df
commit 2a96bf19b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -217,7 +217,7 @@ class DisplayAction implements ActionInterface
return $report['count'];
}
private static function createGithubIssueUrl(BridgeAbstract $bridge, \Exception $e, string $message): string
private static function createGithubIssueUrl(BridgeAbstract $bridge, \Throwable $e, string $message): string
{
$maintainer = $bridge->getMaintainer();
if (str_contains($maintainer, ',')) {