mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-26 17:44:49 +02:00
phpcs: Fix violations
This commit is contained in:
@@ -75,7 +75,7 @@ class PikabuBridge extends BridgeAbstract {
|
||||
continue;
|
||||
}
|
||||
}
|
||||
$img->outertext = '<img src="'.$src.'">';
|
||||
$img->outertext = '<img src="' . $src . '">';
|
||||
}
|
||||
|
||||
$categories = array();
|
||||
|
Reference in New Issue
Block a user