There are issues in the PHPStan validation:
https://git.drupalcode.org/issue/system_status-3573140/-/jobs/8473759
I believe they have to be fixed.
Issue fork system_status-3573147
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:
- 3573147-fix-phpstan-code
changes, plain diff MR !10
Comments
Comment #4
nickolajFixed 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()`.
Comment #5
paraderojether commentedHi
I reviewed MR!10, and confirmed PHPStan is now passed on Gitlab CI.
Moving this to RBTC!
Thank you.