1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-01 14:20:16 +02:00

Fix phpcs.

This commit is contained in:
Quentin Delmas
2018-08-22 16:25:08 +01:00
parent 9fc1e97efe
commit 059656c370

View File

@@ -163,9 +163,9 @@ class LeBonCoinBridge extends BridgeAbstract {
$url = self::URI . 'recherche/?' . http_build_query($params);
$header = array(
'Accept: text/html',
'Accept-Language: ' . getEnv('HTTP_ACCEPT_LANGUAGE'),
'Accept-Encoding: identity'
'Accept: text/html',
'Accept-Language: ' . getEnv('HTTP_ACCEPT_LANGUAGE'),
'Accept-Encoding: identity'
);
$html = getContents($url, $header)