Issue #3437111: Add Drupal Gitlab CI templates
1 unresolved thread
Closes #3437111
Merge request reports
Activity
added 1 commit
- 374ee593 - fix: resolve PHPCS and PHPStan reported issues
102 102 103 103 // Create field storage. 104 104 $bp_link_entire_card_storage_yml = Yaml::parse(file_get_contents($bp_path . '/config/optional/field.storage.paragraph.bp_link_entire_card.yml')); 105 if (!FieldStorageConfig::loadByName($bp_link_entire_card_storage_yml['entity_type'], $bp_link_entire_card_yml['field_name'])) { 105 if (!FieldStorageConfig::loadByName($bp_link_entire_card_storage_yml['entity_type'], $bp_link_entire_card_storage_yml['field_name'])) { - Comment on lines -105 to +105
@kmurphychi247 @Stockfoot. While most of the changes here are formatting, this looks like an actual error/typo. Can you confirm?
@thejimbirch This appears to be a typo that made it past the bootstrap 5 upgrade merge request. The old code is incorrect, and the new code is correct. It should be
$bp_link_entire_card_storage_yml
not$bp_link_entire_card_yml
Edited by Russell Eck
Please register or sign in to reply