Skip to content

Commit

Permalink
Fix return value for checkFeedAlias
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansl committed Aug 21, 2024
1 parent ca431d1 commit c20fd09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NewsPodcastsBackend.php
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ public static function preservePodcastFeeds(): array
/**
* Check the RSS-feed alias.
*/
public function checkFeedAlias(string $varValue, DataContainer $dc): mixed
public function checkFeedAlias(string $varValue, DataContainer $dc): string
{
// No change or empty value
if ($varValue === $dc->value || '' === $varValue) {
Expand Down

0 comments on commit c20fd09

Please sign in to comment.