Simple leftover in a docblock after a refactoring. Drupal\field\Entity\FieldConfigInterface does not exist, it should be Drupal\field\FieldConfigInterface.

CommentFileSizeAuthor
#3 patch sucess.png58.01 KBguilhermevp
fieldconfiginterface.patch591 bytesjcisio
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jcisio created an issue. See original summary.

jcisio’s picture

Issue summary: View changes
guilhermevp’s picture

Status: Active » Reviewed & tested by the community
FileSize
58.01 KB

Patch applies correctly and now reffers to existing class.

  • catch committed 1493695 on 9.2.x
    Issue #3203611 by jcisio: Wrong typehint in \Drupal\field\Entity\...
catch’s picture

Status: Reviewed & tested by the community » Fixed

Committed 1493695 and pushed to 9.2.x. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

dpi’s picture

Created #3251856: Incorrect typehint for FieldConfig::loadByName to make the reference fully qualified.