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

Adapt ignore error message #104

Merged
merged 2 commits into from
Dec 9, 2023
Merged

Commits on Dec 8, 2023

  1. Adapt ignore error message

    Looks like the "of object" part is no longer mentioned in recent PHPStan
    versions.
    greg0ire committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    3242311 View commit details
    Browse the repository at this point in the history
  2. Ignore issue about undefined variable

    Using &$error inside the use clause of a Closure to make a variable
    defined inside the closure available outside should be fine. Psalm seems
    to be OK with it on the playground, which uses the master branch, which
    must contain a fix, but I did not find which commit exactly on master
    fixes it.
    greg0ire committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    a8cfac1 View commit details
    Browse the repository at this point in the history