Problem/Motivation
function validateEntityAutocomplete has this line:
/** @var /Drupal\Core\Entity\EntityReferenceSelection\SelectionInterface $handler */
Proposed resolution
The slash at the beginning should be a backslash, \Drupal
This will fix a couple of intelephense errors.
Issue fork drupal-3309719
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 #2
solideogloria commentedComment #3
cilefen commentedComment #5
solideogloria commentedComment #6
cilefen commentedComment #11
xjmCommitted to 10.1.x, and cherry-picked to 10.0.x, 9.5.x, and 9.4.x as a patch-release-eligible documentation bugfix. Thanks!