Use the fully qualified namespace instead of self:: in a docblock

Created on 18 October 2016, almost 8 years ago
Updated 16 July 2024, about 2 months ago

Problem/Motivation

This issue began with a request to fix one instance of self:: in the text of a docblock, not an @var or an @see. Checking api.drupal.org the self:: instances are changed to the correct link. Checking the self:: instances with PHPStorm I found that it could not figure where to find the method. So, this is about the developer experience and IDEs, well at least PHPStorm.

The proposal is to convert all instances of self:: that are in the comment of a docblock to the fully qualified namespace.

-- original issue summary --
The link to the defaultOptions() method isn't properly being made in Connection::query.
API page: https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Database%...

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

🐛 Bug report
Status

Postponed

Component

Coding Standards

Created by

🇮🇳India shashikant_chauhan

Live updates comments and jobs are added and updated live.
  • Documentation

    Primarily changes documentation, not code. For Drupal core issues, select the Documentation component instead of using this tag. In general, component selection is preferred over tag selection.

Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024