Correct the documentation comment for inherited methods

Created on 13 May 2024, 6 months ago
Updated 20 June 2024, 5 months ago

This module uses comments like the following ones.

  /**
   * Implements FormBuilder::getFormId.
   */
  public function getFormId() {
    return 'cookieyes_settings';
  }
  /**
   * Implements ConfigFormBase::getEditableConfigNames.
   */

The first is not correct because the parent class is not FormBuilder. They are both not correct because, for inherited methods, the comment should be like the following one.

  /**
   * {@inheritdoc}
   */
📌 Task
Status

Fixed

Version

2.0

Component

Code

Created by

🇮🇹Italy apaderno Brescia, 🇮🇹

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024