1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-10-16 17:16:19 +02:00
Files
php-rss-bridge/bridges
Mynacol 430ffb4f44 [GithubIssueBridge] Avoid warning on missing title or number
Some issue "comments" (e.g. changes in labels) lack a title, leading to
an ugly PHP warning:
```
rssbridge.WARNING Attempt to read property "plaintext" on null at bridges/GithubIssueBridge.php line 165
```

This commit checks whether an element was found before accessing
`plaintext` on it, avoiding this specific warning.

Equally, the issue number is checked before access.
2025-09-05 18:45:36 +02:00
..
2025-08-04 01:36:15 +02:00
2025-09-02 02:31:37 +02:00
2025-05-09 05:40:48 +02:00
2025-08-04 01:36:15 +02:00