Problem/Motivation

PHPCS throws the error as given in the title for the DisabledLanguagesConfigIgnore.php file.

Steps to reproduce

Keep the use statements in alphabetical order.

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Comments

sidharth_soman created an issue. See original summary.

sidharth_soman’s picture

Assigned: sidharth_soman » Unassigned
Status: Needs work » Needs review
StatusFileSize
new754 bytes

I have fixed the issue. Please review the patch

sidharth_soman’s picture

Title: Use statements should be sorted alphabetically. The first wrong one is Drupal\Core\Plugin\ContainerFactoryPluginInterface. » Use statements should be sorted alphabetically
keshavv’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new69.68 KB

according to https://www.drupal.org/project/coding_standards/issues/1624564 The use statements should be in alphabetical order. The above patch is working perfectly.
Patch Status

abu-zakham’s picture

Status: Reviewed & tested by the community » Fixed
abu-zakham’s picture

Status: Fixed » Closed (fixed)