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.

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

korndevbr created an issue. See original summary.

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

nickolaj’s picture

Status: Active » Needs review

Replaced deprecated `utf8_encode()` calls with `mb_convert_encoding($plaintext, 'UTF-8', 'ISO-8859-1')` in `SystemStatusEncryption.php` to fix PHPCS coding standards violations.

paraderojether’s picture

Status: Needs review » Reviewed & tested by the community

Hi

I reviewed MR!9, and confirmed PHPCS is now passed on GitLab CI.

Moving this to RTBC!
Thank you.

astonvictor’s picture

Status: Reviewed & tested by the community » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

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