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

global: Fix code violations

This commit is contained in:
logmanoriginal
2018-12-26 21:58:07 +01:00
parent ce65f51d91
commit e7d3a006c8
52 changed files with 5 additions and 62 deletions

View File

@@ -198,7 +198,6 @@ EOD;
}
//Builds the HTML from the encoded JS that Facebook provides.
private function buildContent($pageContent){
// The html ends with:
@@ -213,7 +212,6 @@ EOD;
return str_get_html($htmlContent);
}
//Builds the cookie from the page, as Facebook sometimes refuses to give
//the page if no cookie is provided.
private function getCookies($pageURL){
@@ -289,5 +287,4 @@ EOD;
public function getURI(){
return 'http://facebook.com';
}
}