Problem/Motivation

FILE: /Users/projects/drupal-d10/modules/contrib/media_library_edit/media_library_edit.module
-------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-------------------------------------------------------------
 8 | WARNING | [x] Unused use statement
-------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------


FILE: /Users/projects/drupal-d10/modules/contrib/media_library_edit/css/media_library_edit.admin.css
-------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
-------------------------------------------------------------
 21 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 3
 36 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
 37 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
-------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------


FILE: /Users/projects/drupal-d10/modules/contrib/media_library_edit/drupalci.yml
-------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-------------------------------------------------------------
 31 | ERROR | [x] Expected 1 newline at end of file; 0 found
-------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------

FILE: /Users/projects/drupal-d10/modules/contrib/media_library_edit/tests/src/Functional/LoadTest.php
-------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-------------------------------------------------------------
 17 | ERROR | Missing @var tag in member variable comment
-------------------------------------------------------------

Time: 87ms; Memory: 10MB

Steps to reproduce

phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml media_library_edit

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

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

Rashmisoni created an issue. See original summary.

rassoni’s picture

Status: Needs work » Needs review
adil_siddiqui’s picture

Status: Needs review » Reviewed & tested by the community

MR reviewed and it is working fine..Marking as RTBC.

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

  • ahebrank committed 0118ac87 on 3.0.x authored by Rassoni
    Issue #3347577 by Rassoni: Fix the issues reported by phpcs
    
ahebrank’s picture

Version: 3.0.2 » 3.0.x-dev
Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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