mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-09 20:34:35 +02:00
Fix phpcs
This commit is contained in:
parent
24cdeabed8
commit
92775abe11
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class GithubSearchBridge extends BridgeAbstract {
|
||||||
'o' => 'desc',
|
'o' => 'desc',
|
||||||
'type' => 'Repositories');
|
'type' => 'Repositories');
|
||||||
$url = self::URI . 'search?' . http_build_query($params);
|
$url = self::URI . 'search?' . http_build_query($params);
|
||||||
|
|
||||||
$html = getSimpleHTMLDOM($url)
|
$html = getSimpleHTMLDOM($url)
|
||||||
or returnServerError('Error while downloading the website content');
|
or returnServerError('Error while downloading the website content');
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue