Fix phpcs.
This commit is contained in:
parent
9fc1e97efe
commit
059656c370
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue