X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fuser%2Ftests%2Fsrc%2FKernel%2FUserEntityReferenceTest.php;fp=web%2Fcore%2Fmodules%2Fuser%2Ftests%2Fsrc%2FKernel%2FUserEntityReferenceTest.php;h=3ad8e7b327b23ec3a5e81753336bd0b15bfa6220;hp=159a699cf57a74843b69e6b724f54a4a82656b36;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/modules/user/tests/src/Kernel/UserEntityReferenceTest.php b/web/core/modules/user/tests/src/Kernel/UserEntityReferenceTest.php index 159a699cf..3ad8e7b32 100644 --- a/web/core/modules/user/tests/src/Kernel/UserEntityReferenceTest.php +++ b/web/core/modules/user/tests/src/Kernel/UserEntityReferenceTest.php @@ -77,7 +77,6 @@ class UserEntityReferenceTest extends EntityKernelTestBase { $user3->addRole($this->role2->id()); $user3->save(); - /** @var \Drupal\Core\Entity\EntityAutocompleteMatcher $autocomplete */ $autocomplete = \Drupal::service('entity.autocomplete_matcher');