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

CommentFileSizeAuthor
#2 fix_comments_in_the-2666702-2.patch763 bytesheilop

Comments

gnuget created an issue. See original summary.

heilop’s picture

StatusFileSize
new763 bytes

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.