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.1] Fix code that throws deprecation notices in tests in PHP 8.1 #31333

Merged
merged 7 commits into from Jun 21, 2022

Commits on Apr 13, 2022

  1. Configuration menu
    Copy the full SHA
    0b3e699 View commit details
    Browse the repository at this point in the history
  2. Fix code that throw deprecation notices in PHP 8.1

    The deprecation notices are about:
    - Various "passing null to parameter (...) is deprecated"
    - Usage of strftime
    - Using "false" as if it was an empty array
    - Mismatching return type of implemented interfaces,
      that's fixed by adding #[\ReturnTypeWillChange]
    Konamiman committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    19c3d46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0aa0073 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de5f2e3 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. Configuration menu
    Copy the full SHA
    48b6c8e View commit details
    Browse the repository at this point in the history
  2. Add changelog file

    Konamiman committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    f3661b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Formatting.

    peterfabian committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    0bc38d4 View commit details
    Browse the repository at this point in the history