Skip to content

Commit

Permalink
Update FeedGenerator.php
Browse files Browse the repository at this point in the history
  • Loading branch information
kawax committed Nov 22, 2024
1 parent 06f60c1 commit 20cc9f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FeedGenerator/FeedGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public static function getFeedSkeleton(string $name, ?int $limit, ?string $curso
return call_user_func(self::$algos[$name], $limit, $cursor, $request);
}

public static function describeFeedGenerator(string $publisher, string $service): array
public static function describeFeedGenerator(?string $publisher, ?string $service): array
{
$feeds = collect(self::$algos)
->keys()
Expand Down

0 comments on commit 20cc9f0

Please sign in to comment.