- 🇳🇿New Zealand quietone
There is an existing issue that should be looked at first, I think.
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%...
Postponed
Coding Standards
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.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
There is an existing issue that should be looked at first, I think.