mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-30 07:34:38 +02:00
[formats] Remove all unnecessary code comments
This commit is contained in:
parent
059b099436
commit
1e9b5c8611
3 changed files with 3 additions and 32 deletions
|
@ -2,7 +2,6 @@
|
|||
class HtmlFormat extends FormatAbstract{
|
||||
|
||||
public function stringify(){
|
||||
/* Datas preparation */
|
||||
$extraInfos = $this->getExtraInfos();
|
||||
$title = htmlspecialchars($extraInfos['name']);
|
||||
$uri = htmlspecialchars($extraInfos['uri']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue