Needs work
Project:
Password Strength
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
18 Apr 2024 at 06:22 UTC
Updated:
29 Jul 2024 at 15:41 UTC
Jump to comment: Most recent
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
Comment #3
chaitanyadessai commentedPlease review MR.
Comment #4
mitthukumawat commentedIt only resolved the
\Drupal calls should be avoided in classes, use dependency injection insteaderrors. We should address all coding standard issues raised by phpcs.Comment #6
mitthukumawat commentedAwesome, it resolved all phpcs coding standard issues. It can be merged now.
Comment #7
gregglesThe advice from #4:
Is not great advice, unfortunately. There's an existing issue at #2995816: Coding standard to already do that. The 2 issues overlap and change things differently which makes it harder to pick what to do.