The documentation comment for EntityFieldSelect::getInfo() is the following one.

  /**
   * {@inheritdoc}
   *
   * See @ElementInfoManagerInterface::getInfo().
   */

It contains a typo, and it should probably be @see ElementInfoManagerInterface::getInfo(), but it is also useless, since the inherited documentation comment is the following one.

  /**
   * Returns the element properties for this element.
   *
   * @return array
   *   An array of element properties. See
   *   \Drupal\Core\Render\ElementInfoManagerInterface::getInfo() for
   *   documentation of the standard properties of all elements, and the
   *   return value format.
   */
  public function getInfo();

There is no need to add a reference already added by the inherited documentation comment. That line can be removed.

Comments

apaderno created an issue. See original summary.

  • apaderno committed 8001b589 on 9.1.x
    Issue #3354079 by apaderno: Remove the reference to...

  • apaderno committed c64549bb on 8.x-1.x
    Issue #3354079 by apaderno: Remove the reference to...
avpaderno’s picture

Version: 9.1.x-dev » 8.x-1.x-dev
Priority: Normal » Minor
Issue summary: View changes
Status: Active » Fixed

Status: Fixed » Closed (fixed)

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