Skip to content

Commit

Permalink
Fixing issue with function signature.
Browse files Browse the repository at this point in the history
  • Loading branch information
nchiasson-dgi committed Mar 20, 2023
1 parent ff9ca3c commit c72e6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Form/MigrationExecuteForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class MigrationExecuteForm extends MigrationExecuteFormBase {
/**
* {@inheritdoc}
*/
public function submitForm(array &$form, FormStateInterface $form_state) {
public function submitForm(array &$form, FormStateInterface $form_state): void {

$operation = $form_state->getValue('operation');

Expand Down

0 comments on commit c72e6c1

Please sign in to comment.