Updates variable names in foreach function.
1 unresolved thread
1 unresolved thread
Closes #3375816
Merge request reports
Activity
added 1 commit
- 9034a4ac - Updates names to label and option as requested in issue comments.
added 13 commits
-
9034a4ac...c44d89e3 - 12 commits from branch
project:11.x
- 58986811 - Merge branch '11.x' of https://git.drupalcode.org/project/drupal into 3375816-rename-val-in
-
9034a4ac...c44d89e3 - 12 commits from branch
180 180 ], 181 181 ]; 182 182 $field_type_options_radios = []; 183 foreach ($field_type_options as $field_option => $val) { 183 foreach ($field_type_options as $label => $option) { changed this line in version 4 of the diff
Please register or sign in to reply