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

Start running tests on PHP 8.2 #143

Merged
merged 2 commits into from
Nov 26, 2022
Merged

Start running tests on PHP 8.2 #143

merged 2 commits into from
Nov 26, 2022

Commits on Nov 26, 2022

  1. Run tests on PHP 8.2, too

    spaze committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    eaece6f View commit details
    Browse the repository at this point in the history
  2. Narrow down the passed type to specific calls

    PHPStan running on PHP 8.2 says "173: Access to an undefined property PhpParser\Node\Expr\CallLike::$name." and I can't change the signature as union types (`MethodCall|StaticCall`) are available starting with PHP 8.0 only.
    spaze committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    7b4615f View commit details
    Browse the repository at this point in the history