Skip to content

Commit

Permalink
Add pointless return type
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpott committed Feb 14, 2024
1 parent 294370d commit 4e7eee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thunder.profile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function thunder_form_install_configure_form_alter(array &$form, FormStateInterf
/**
* Implements hook_install_tasks_alter().
*/
function thunder_install_tasks_alter(array &$tasks, array $install_state) {
function thunder_install_tasks_alter(array &$tasks, array $install_state): void {
if (empty($install_state['config_install_path'])) {
$thunder_tasks = [];
$thunder_tasks['thunder_module_configure_form'] = [
Expand Down

0 comments on commit 4e7eee7

Please sign in to comment.