Skip to content

Commit

Permalink
RSSFeed: fixed missing return type declaration
Browse files Browse the repository at this point in the history
Fixes #174.
  • Loading branch information
xenocrat committed Nov 27, 2022
1 parent 9ee6103 commit e56f301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/lib/RSSFeed.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public function category($term, $scheme = "", $label = ""): void {
* Function: rights
* Not implemented in RSS 2.0.11.
*/
public function rights($text) {
public function rights($text): void {
return;
}

Expand Down

0 comments on commit e56f301

Please sign in to comment.