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

Command icon 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

velmir_taky created an issue. See original summary.

velmir_taky’s picture

Assigned: velmir_taky » Unassigned
Status: Active » Needs review