Skip to content

Commit

Permalink
Fix PHPStan error
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjhanson committed Jan 23, 2025
1 parent 35b365a commit 98e91bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/console/actions/ConvertRedactor.php
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ public function run(): int
}

$this->controller->stdout("\n ✓ Finished converting Redactor fields.\n", Console::FG_GREEN, Console::BOLD);
$this->stdout("\nCommit your project config changes,
$this->controller->stdout("\nCommit your project config changes,
and run `craft up` on other environments
for the changes to take effect.\n", Console::FG_GREEN);

Expand Down

0 comments on commit 98e91bf

Please sign in to comment.