Closed (fixed)
Project:
System Status
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
12 Feb 2026 at 13:36 UTC
Updated:
27 Feb 2026 at 07:19 UTC
Jump to comment: Most recent
There are coding standards issues in the PHPCS validation job:
https://git.drupalcode.org/issue/system_status-3573140/-/jobs/8473758
I believe they have to be fixed.
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 #4
nickolajReplaced deprecated `utf8_encode()` calls with `mb_convert_encoding($plaintext, 'UTF-8', 'ISO-8859-1')` in `SystemStatusEncryption.php` to fix PHPCS coding standards violations.
Comment #5
paraderojether commentedHi
I reviewed MR!9, and confirmed PHPCS is now passed on GitLab CI.
Moving this to RTBC!
Thank you.
Comment #6
astonvictor commented