From 059656c3707cfeaf3ef8e12dd77444569c343635 Mon Sep 17 00:00:00 2001 From: Quentin Delmas Date: Wed, 22 Aug 2018 16:25:08 +0100 Subject: [PATCH] Fix phpcs. --- bridges/LeBonCoinBridge.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bridges/LeBonCoinBridge.php b/bridges/LeBonCoinBridge.php index 855eb43c..57c58c61 100644 --- a/bridges/LeBonCoinBridge.php +++ b/bridges/LeBonCoinBridge.php @@ -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)