Skip to content

The PHP-CS-Fixer CI fix introduces breaking changes #520

@yankewei

Description

@yankewei

The CI environment for php-cs-fixer uses PHP 8.4, so some string-related code has been updated to be compatible with this version—for example, replacing rtrim(...) with mb_rtrim(...). Although the mb_rtrim function was introduced in PHP 8.4, our codebase remains fully compatible with PHP 8.1 and above.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions