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

PHP 8.2: fix dynamic property #263

Merged

Commits on Sep 12, 2024

  1. PHP 8.2: fix dynamic property

    Looks like the `Parser::$stringDateTimes` property was removed in commit 7895e56, which was part of the `0.2.0` release, so setting this non-declared property from the tests has no function.
    
    Removing the property setting fixes the PHP 8.2 "Creation of dynamic property Mf2\Parser::$stringDateTimes is deprecated" deprecation notices.
    jrfnl committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    481e4aa View commit details
    Browse the repository at this point in the history