Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: adjust signature of inherited method #1616

Commits on Dec 16, 2021

  1. fix: adjust signature of inherited method

    Infection currently requires:
    `symfony/finder:^3.4.29 || ^4.1.19 || ^5.0 || ^6.0`
    
    In version ^5.0, the signature of the following parameter changed:
    `MultiplePcreFilterIterator::toRegex(string $str)`
    
    In version ^6.0, the return type of the method changed as well.
    
    To ensure inheritance compatibility, the signature of the method
    `RealPathFilterIterator::toRegex` is changed.
    Romain Canon committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    f8c2a67 View commit details
    Browse the repository at this point in the history