Skip to content

Commit

Permalink
Annotate enumerated string returns based on sitemap spec
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jun 28, 2024
1 parent 7538520 commit b8d30ba
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ protected function generatePriority(string $pageClass, string $identifier): stri

/**
* @param class-string<\Hyde\Pages\Concerns\HydePage> $pageClass
* @return 'always'|'hourly'|'daily '|'weekly'|'monthly'|'yearly'|'never'
*/
protected function generateChangeFrequency(string $pageClass, string $identifier): string
{
Expand Down

0 comments on commit b8d30ba

Please sign in to comment.