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

Fix Typing on $fields for 2nd class in file #28882

Merged
merged 1 commit into from
Mar 15, 2024

Commits on Mar 15, 2024

  1. Fix Typing on $fields for 2nd class in file

    # Fix Typing on $fields for 2nd class in file
    
    This fixes the PHPstan notification for the $fields property of the
    second CommonObject subclass in the files.
    
    Example: 'PHPDoc type array of property BOMLine::$fields is not covariant with PHPDoc type array of overridden property CommonObject::$fields.'
    mdeweerd committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    61e05a9 View commit details
    Browse the repository at this point in the history