mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-26 01:34:03 +02:00
refactor: return proper response object (#4169)
This commit is contained in:
@@ -12,8 +12,7 @@ class KilledbyGoogleBridge extends BridgeAbstract
|
||||
|
||||
public function collectData()
|
||||
{
|
||||
$json = getContents(self::URI . '/graveyard.json')
|
||||
or returnServerError('Could not request: ' . self::URI . '/graveyard.json');
|
||||
$json = getContents(self::URI . '/graveyard.json');
|
||||
|
||||
$this->handleJson($json);
|
||||
$this->orderItems();
|
||||
|
Reference in New Issue
Block a user