Coding standards: Unused use statement

Created on 29 January 2023, almost 2 years ago
Updated 30 January 2023, almost 2 years ago

Here's an example of why I like to tackle coding standards errors one at a time rather than just blindly make the errors go away with an automated patch. Removing the "use" statements that PHPCS tells you to remove will just cause errors. Some need to be removed, yes, but some need to be corrected (spelling or cut/paste errors) and some are still needed but the body of the code has an error that needs to be fixed.

This should take care of them all, plus remove a few more coding standards messages that are side effects of the problems fixed here.

πŸ› Bug report
Status

Fixed

Version

2.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States tr Cascadia

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

Comments & Activities

Production build 0.71.5 2024