Fix phpcs

This commit is contained in:
Laurent Destailleur
2020-03-22 19:40:58 +01:00
parent 700e384639
commit 6f3cbe69e8
3 changed files with 11 additions and 27 deletions

View File

@@ -522,20 +522,3 @@ function showWebsiteTemplates(Website $website)
print '</table>';
}
/**
* Return HTML content to add structured data for an article, news or Blog Post.
*
* @return string HTML content
*/
function getRSSForBlogPosts()
{
global $conf, $db, $hookmanager, $langs, $mysoc, $user, $website, $websitepage, $weblangs; // Very important. Required to have var available when running inluded containers.
return $out;
}