Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Munavijayalakshmi created an issue. See original summary.

Munavijayalakshmi’s picture

Status: Active » Needs review
FileSize
6.69 KB
riddhi.addweb’s picture

Status: Needs review » Reviewed & tested by the community

@Munavijayalakshmi Thanks for the patch, it works well.

Munavijayalakshmi’s picture

Assigned: Munavijayalakshmi » Unassigned
DamienMcKenna’s picture

Status: Reviewed & tested by the community » Needs work

The coding standards have changed so that @file docblocks are not needed for files which only contain a single class (or other object definition), instead those should just have a docblock for the class. This specifically affects ParagraphsMigrateParagraphsFieldHandler.inc but might affect others too.

hgunicamp’s picture

Status: Needs work » Needs review
Issue tags: +ciandt-contrib
FileSize
47.84 KB
38.56 KB

I'm posting a new patch.

I removed the '@file' statement from 'ParagraphsItemMetadataController.inc', 'views/paragraphs_handler_relationship.inc', 'ParagraphsItemEntity.inc', 'migrate/destinations/MigrateDestinationParagraphsItem.inc', 'migrate/fields/ParagraphsMigrateParagraphsFieldHandler.inc' and 'plugins/panelizer/entity/PanelizerEntityParagraphsItem.class.php'.

I also used phpcbf to make some automatic fixes that were not covered by the previous patch.

Algarte’s picture

Status: Needs review » Reviewed & tested by the community

I've applied the patch #6 on a clean drupal environment and ran coder to verify any other issues, there are some that can be fixed by someone with more knowledge on this module, like adding parameter and return type to some files and adding a short description for some functions. Other than that, this patch works fine for me.

jstoller’s picture

Updated and expanded to work with the latest dev. If this passes I'll commit it tonight.

jstoller’s picture

jstoller’s picture

  • jstoller committed 2d5fabb on 7.x-1.x
    Issue #2854100 by jstoller, hgunicamp, Munavijayalakshmi, riddhi.addweb...
jstoller’s picture

Assigned: jstoller » Unassigned
Status: Needs review » Fixed

Patch pushed to dev.

Status: Fixed » Closed (fixed)

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