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

Do not add callable as a native property type #10654

Merged

Commits on Feb 4, 2024

  1. Do not add callable as a native property type

    It's invalid in all PHP versions: https://3v4l.org/bXWo2
    
    Also see php.net/manual/en/language.types.declarations.php#language.types.declarations.base.function
    
    Fixes vimeo#10650
    weirdan committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    e8b47f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2a2cd7 View commit details
    Browse the repository at this point in the history