Restore use-statement order to be case-sensitive

Created on 28 August 2024, 3 months ago

Problem/Motivation

In 📌 Drupal 11 compatibility fixes for Simple OAuth Fixed Drupal 11 compatibility was added and this include moving the order of use Drupal\consumers\Entity\ConsumerInterface; under use Drupal\Component\Utility\UrlHelper; which is in case-insensitive order, but the coding standard in 📌 Coding standards for "use" statements RTBC is moving to case-sensitive order.

To ensure we don't need to make changes again in the future and to ensure patches apply across versions we should move the use-statement order back to be case-sensitive.

Steps to reproduce

Proposed resolution

Move use Drupal\consumers\Entity\ConsumerInterface; back to the end of the lists.

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Postponed

Version

6.0

Component

Code

Created by

🇳🇱Netherlands kingdutch

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024