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

PHPLIB-1119: Update to Psalm 5 #1131

Merged
merged 5 commits into from
Jul 18, 2023
Merged

Commits on Jul 18, 2023

  1. Update to psalm 5

    alcaeus committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    c6c7805 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f103c3 View commit details
    Browse the repository at this point in the history
  3. Remove dangerous instantiation

    Instantiating static in non-final classes makes assumptions about child class constructors, which is unsafe.
    alcaeus committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    7f0593d View commit details
    Browse the repository at this point in the history
  4. Fix missing return types

    alcaeus committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    5f09bd6 View commit details
    Browse the repository at this point in the history
  5. Fix more psalm errors

    alcaeus committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    d33462f View commit details
    Browse the repository at this point in the history