Skip to content

Commit

Permalink
fixup: Add type declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
mstenta committed May 9, 2024
1 parent 43cc144 commit 8880e06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ public function submitForm(array &$form, FormStateInterface $form_state) {
* @return string[]
* An array of column names.
*/
protected function getIncludeColumns($bundles = NULL) {
protected function getIncludeColumns(array $bundles = NULL) {

// Start with ID and UUID.
$columns = [
Expand Down

0 comments on commit 8880e06

Please sign in to comment.