Problem/Motivation
phpcs fails on 8.x-4.x with Drupal.Classes.FullyQualifiedNamespace.UseStatementMissing in modules/geocoder_geofield/src/Plugin/Field/FieldFormatter/GeoPhpGeocodeFormatter.php — \Drupal\Core\Render\Markup::create() is referenced fully-qualified inline.
Steps to reproduce
Proposed resolution
Add use Drupal\Core\Render\Markup; and reference it as Markup::create() (matches phpcbf auto-fix).
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork geocoder-3613790
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
velmir_taky commented