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

Remove strict_types declaration #842

Merged
merged 2 commits into from
Sep 20, 2023

Commits on Aug 28, 2023

  1. ci: Fix tests on PHP 8.3

    As mentioned in `get_class` PHP manual entry:
    
    > Explicitly passing `null` as the `object` is no longer allowed as of PHP 7.2.0 and emits an `E_WARNING`. As of PHP 8.0.0, a `TypeError` is emitted when `null` is used.
    
    https://www.php.net/manual/en/function.get-class.php
    
    (cherry picked from commit 24ff643)
    jtojnar committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    3a6b817 View commit details
    Browse the repository at this point in the history
  2. Remove strict_types declaration

    The code base is not ready for it yet.
    
    Reverts efe70f4
    Partially reverts 93fe459 and some other commits
    jtojnar committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    b242ee9 View commit details
    Browse the repository at this point in the history