Issue #3332255: PHPCS ERRORS
Compare changes
Conflict: This file was modified in the source branch, but removed in the target branch.
Ask someone with write access to resolve it.
@@ -61,7 +61,8 @@ class SearchInTextFields extends AutotaggerPluginBase {
@@ -61,7 +61,8 @@ class SearchInTextFields extends AutotaggerPluginBase {
if ($field_type == 'entity_reference' && (in_array($field->getSettings()['target_type'], ['node', 'media']))) {
$source_fields[$field->getName()] = t('Text fields on entities referenced by @label', ['@label' => $field->getLabel()])->render();
@@ -137,8 +138,9 @@ class SearchInTextFields extends AutotaggerPluginBase {
@@ -137,8 +138,9 @@ class SearchInTextFields extends AutotaggerPluginBase {