Problem/Motivation

The class TaggedWithTest has repeated comments in some of its attributes.

  /**
   * Node type without an autocomplete tagging field.
   *
   * @var \Drupal\node\NodeTypeInterface
   */
  protected $nodeTypeWithoutTags;

  /**
   * Node type without an autocomplete tagging field.
   *
   * @var \Drupal\taxonomy\VocabularyInterface
   */
  protected $tagVocabulary;

  /**
   * Node type without an autocomplete tagging field.
   *
   * @var \Drupal\field\FieldStorageConfigInterface
   */
  protected $tagFieldStorage;

Proposed resolution

Add proper comments to these attributes.

Remaining tasks

Write patch.

User interface changes

None

API changes

None

Data model changes

None

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

gnuget created an issue. See original summary.

heilop’s picture

I created the patch.

heilop’s picture

Status: Active » Needs review
jhodgdon’s picture

Component: views.module » documentation
Status: Needs review » Reviewed & tested by the community

Looks good, thanks!

catch’s picture

Status: Reviewed & tested by the community » Fixed

Committed/pushed to 8.1.x and cherry-picked to 8.0.x. Thanks!

  • catch committed 5fea40e on 8.1.x
    Issue #2666702 by heilop: Fix comments in the attributes of the...

  • catch committed 2fd4d99 on 8.0.x
    Issue #2666702 by heilop: Fix comments in the attributes of the...

Status: Fixed » Closed (fixed)

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