Support from Acquia helps fund testing for Drupal Acquia logo

Comments

RajabNatshah created an issue. See original summary.

Rajab Natshah’s picture

Rajab Natshah’s picture

Assigned: Rajab Natshah » Unassigned
Status: Needs work » Needs review

Status: Needs review » Needs work

The last submitted patch, 2: 2810533-2.patch, failed testing.

Rajab Natshah’s picture

Rajab Natshah’s picture

Status: Needs work » Needs review

Status: Needs review » Needs work

The last submitted patch, 5: panels--8-x-3-0-beta5---2810533-3.patch, failed testing.

The last submitted patch, 5: panels--8-x-3-0-beta5---2810533-3.patch, failed testing.

Rajab Natshah’s picture

Status: Needs work » Needs review
naveenvalecha’s picture

Status: Needs review » Needs work
  1. +++ b/panels_ipe/src/Controller/PanelsIPEPageController.php
    @@ -1,5 +1,10 @@
    +/**
    + * @file
    + * Contains \Drupal\panels_ipe\Controller\PanelsIPEPageController.
    + */
    

    Unneeded. Remove it

  2. +++ b/panels_ipe/src/Form/PanelsIPEBlockContentForm.php
    @@ -1,5 +1,10 @@
    +/**
    + * @file
    + * Contains \Drupal\panels_ipe\Form\PanelsIPEBlockContentForm.
    + */
    

    Unneeded. Remove it

  3. +++ b/panels_ipe/src/Form/PanelsIPEBlockPluginForm.php
    @@ -1,5 +1,10 @@
    +/**
    + * @file
    + * Contains \Drupal\panels_ipe\Form\PanelsIPEBlockPluginForm.
    + */
    +
    

    Unneeded. Remove it

  4. +++ b/panels_ipe/src/Form/PanelsIPELayoutForm.php
    @@ -1,5 +1,10 @@
    +/**
    + * @file
    + * Contains \Drupal\panels_ipe\Form\PanelsIPELayoutForm.
    + */
    

    Unneeded. Remove it

  5. +++ b/panels_ipe/src/PanelsIPEBlockRendererTrait.php
    @@ -1,5 +1,10 @@
    +/**
    + * @file
    + * Contains \Drupal\panels_ipe\PanelsIPEBlockRendererTrait.
    + */
    

    Unneeded. Remove it from other places as well.

This was removed as part of #2769163: @file docblock as per [#2665992], [#2304909]

Rajab Natshah’s picture

Noted; doing that.

Thank you Naveen.

Rewarded time I had working on this :)

naveenvalecha’s picture

Opened an issue at upstream so that we don't have to fix it at our end in next release #2810643: Fix coding style to meet Drupal standards

Rajab Natshah’s picture

Ok then. Good.
Following with that.

Rajab Natshah’s picture

Status: Needs work » Needs review
DamienMcKenna’s picture

Status: Needs review » Postponed

Lets get #2810643: Fix coding style to meet Drupal standards committed first so that this can be a smaller patch that deals with the actual changes rather than just coding standard fixes.

DamienMcKenna’s picture

Version: 8.x-3.x-dev » 8.x-4.x-dev