There are issues in the PHPStan validation:
https://git.drupalcode.org/issue/system_status-3573140/-/jobs/8473759

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

Fixed PHPStan errors by removing the deprecated mcrypt encryption method (removed in PHP 7.2) and replacing the deprecated `utf8_encode()` call with `mb_convert_encoding()`.

paraderojether’s picture

Status: Needs review » Reviewed & tested by the community

Hi

I reviewed MR!10, and confirmed PHPStan is now passed on Gitlab CI.

Moving this to RBTC!
Thank you.