mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-03 15:17:33 +02:00
* refactor * fix: case-sensitive config from env, fix #2935 * lowercase all config section and keys * test: add test for case-insensitivity
This commit is contained in:
@@ -314,8 +314,7 @@ class FeedItem
|
||||
*
|
||||
* Use {@see FeedItem::getContent()} to get the current item content.
|
||||
*
|
||||
* @param string|object $content The item content as text or simple_html_dom
|
||||
* object.
|
||||
* @param string|object $content The item content as text or simple_html_dom object.
|
||||
* @return self
|
||||
*/
|
||||
public function setContent($content)
|
||||
|
Reference in New Issue
Block a user