mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-25 21:25:21 +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:
parent
edbafc6144
commit
5165ea265d
10 changed files with 78 additions and 161 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue