FIX phpcs

This commit is contained in:
Laurent Destailleur
2022-04-28 22:29:48 +02:00
parent 93815404a2
commit a129b6d132

View File

@@ -230,7 +230,7 @@ class RssParser
if (!empty($result['content'])) {
$str = $result['content'];
} elseif (!empty($result['curl_error_msg'])){
} elseif (!empty($result['curl_error_msg'])) {
$this->error = 'Error retrieving URL '.$this->_urlRSS.' - '.$result['curl_error_msg'];
return -1;
}