Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Aug 31, 2022
1 parent 57fb158 commit 9025c1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public function handle(): int
{
if (! Features::rss()) {
$this->error('Could not generate the RSS feed, please check your configuration.');

return 1;
}

Expand Down
2 changes: 1 addition & 1 deletion packages/framework/src/Commands/HydeBuildSearchCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ class HydeBuildSearchCommand extends Command

public function handle(): int
{

if (! Features::rss()) {
$this->error('Could not generate the search index, please check your configuration.');

return 1;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public function handle(): int
{
if (! Features::sitemap()) {
$this->error('Could not generate the sitemap, please check your configuration.');

return 1;
}

Expand Down

0 comments on commit 9025c1f

Please sign in to comment.