mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2026-05-04 15:16:10 +02:00
Rector rule 'NullCoalescingOperatorRector'.
https://getrector.com/rule-detail/null-coalescing-operator-rector
This commit is contained in:
parent
5c4f68fad2
commit
c756a96b78
@ -251,7 +251,7 @@ class Feeds extends Handler_Protected {
|
||||
array_push($topmost_article_ids, $id);
|
||||
}
|
||||
|
||||
$line["feed_title"] = $line["feed_title"] ?? "";
|
||||
$line["feed_title"] ??= "";
|
||||
|
||||
$button_doc = new DOMDocument();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user