Skip to content

Commit

Permalink
fix: bug in prior commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dvikan committed Aug 8, 2024
1 parent 9973f73 commit 613b076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/DisplayAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ private function logBridgeError($bridgeName, $code)
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, ',')) {
Expand Down

0 comments on commit 613b076

Please sign in to comment.