mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-02 06:40:23 +02:00
Fix phpcs.
This commit is contained in:
@@ -163,9 +163,9 @@ class LeBonCoinBridge extends BridgeAbstract {
|
|||||||
$url = self::URI . 'recherche/?' . http_build_query($params);
|
$url = self::URI . 'recherche/?' . http_build_query($params);
|
||||||
|
|
||||||
$header = array(
|
$header = array(
|
||||||
'Accept: text/html',
|
'Accept: text/html',
|
||||||
'Accept-Language: ' . getEnv('HTTP_ACCEPT_LANGUAGE'),
|
'Accept-Language: ' . getEnv('HTTP_ACCEPT_LANGUAGE'),
|
||||||
'Accept-Encoding: identity'
|
'Accept-Encoding: identity'
|
||||||
);
|
);
|
||||||
|
|
||||||
$html = getContents($url, $header)
|
$html = getContents($url, $header)
|
||||||
|
Reference in New Issue
Block a user