mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-01 14:20:16 +02:00
fix: bug in prior commit (#4200)
This commit is contained in:
@@ -217,7 +217,7 @@ class DisplayAction implements ActionInterface
|
|||||||
return $report['count'];
|
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();
|
$maintainer = $bridge->getMaintainer();
|
||||||
if (str_contains($maintainer, ',')) {
|
if (str_contains($maintainer, ',')) {
|
||||||
|
Reference in New Issue
Block a user