Skip to content

Commit

Permalink
Annotate array return generics
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Oct 28, 2023
1 parent 426c54f commit 27722a6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ protected function askIfUnsafeDirectoryShouldBeEmptied(): bool
));
}

/** @return array<string> */
protected function safeOutputDirectories(): array
{
return Config::getArray('hyde.safe_output_directories', ['_site', 'docs', 'build']);
Expand Down

0 comments on commit 27722a6

Please sign in to comment.