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

Improve class constant static analysis #7154

Merged
merged 3 commits into from Jan 26, 2022

Commits on Jan 25, 2022

  1. Improve class constant static analysis.

    Add class const covariance support (fixes vimeo#5589).
    Add check for overriding const from interface in PHP < 8.1 (fixes vimeo#7108).
    Add check for ambiguous const inheritance.
    AndrolGenhald committed Jan 25, 2022
    Copy the full SHA
    0edf260 View commit details
    Browse the repository at this point in the history
  2. Fixes after rebasing.

    AndrolGenhald committed Jan 25, 2022
    Copy the full SHA
    0b81f46 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b68c611 View commit details
    Browse the repository at this point in the history