Problem/Motivation

Issue fork simplenews-3125565

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

Maithri Shetty created an issue. See original summary.

maithri shetty’s picture

Status: Active » Needs review
maithri shetty’s picture

StatusFileSize
new2.46 KB

Status: Needs review » Needs work

The last submitted patch, 3: 3125565-2.patch, failed testing. View results

rassoni’s picture

Assigned: Unassigned » rassoni
rassoni’s picture

Assigned: rassoni » Unassigned
Status: Needs work » Needs review
StatusFileSize
new126.84 KB
new127.42 KB

t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead issue fixed

Status: Needs review » Needs work

The last submitted patch, 6: 3125565-3.patch, failed testing. View results

maithri shetty’s picture

Status: Needs work » Needs review
StatusFileSize
new2.46 KB

Status: Needs review » Needs work

The last submitted patch, 8: 3125565-7.patch, failed testing. View results

adamps’s picture

Version: 8.x-2.x-dev » 3.x-dev
adamps’s picture

Status: Needs work » Needs review
StatusFileSize
new4.02 KB

  • AdamPS committed 417bce3 on 3.x
    Issue #3125565 by Maithri Shetty, Rashmisoni, AdamPS: Phpcs coding...
adamps’s picture

Status: Needs review » Needs work

I have fixed some of the problems. Leaving the issue open as others still remain. I'm happy to commit patches that have test passes.

suresh prabhu parkala’s picture

Status: Needs work » Needs review
StatusFileSize
new2.03 KB

Please review.

adamps’s picture

Issue summary: View changes
Status: Needs review » Active
urvashi_vora’s picture

Assigned: Unassigned » urvashi_vora
Status: Active » Needs work

Hi,

I am working on this.

urvashi_vora’s picture

Assigned: urvashi_vora » Unassigned
Status: Needs work » Needs review
StatusFileSize
new75.01 KB

Hi,

Please review this patch.

Thanks

adamps’s picture

Version: 3.x-dev » 4.x-dev
adamps’s picture

Status: Needs review » Needs work
Issue tags: +Needs reroll

Needs updating for 4.x

urvashi_vora’s picture

Also, the issue summary should describe, what the issue is and what we are trying to fix, hence adding a tag for the same.

zkhan.aamir’s picture

Issue summary updated

adamps’s picture

Issue summary: View changes
Status: Needs work » Needs review
Issue tags: -Needs reroll
StatusFileSize
new14.39 KB

Automatic fixes

  • AdamPS committed dab97b06 on 4.x
    Issue #3125565 by AdamPS, urvashi_vora: Phpcs coding standard
    
adamps’s picture

Status: Needs review » Active

Still some manual fixes to do.

We don't care about the "best practice" only the "standard=Drupal".

davps made their first commit to this issue’s fork.