Skip to content

Commit

Permalink
Introduce local variable
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Oct 28, 2023
1 parent b1318e6 commit d35f578
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ protected function askIfUnsafeDirectoryShouldBeEmptied(): bool
protected function safeOutputDirectories(): array
{
/** @var array<string> $directories */
return Config::getArray('hyde.safe_output_directories', ['_site', 'docs', 'build']);
$directories = Config::getArray('hyde.safe_output_directories', ['_site', 'docs', 'build']);
return $directories;
}
}

0 comments on commit d35f578

Please sign in to comment.