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 PHP version 7.4 requirement #1034

Merged
merged 9 commits into from
Apr 26, 2024
Merged

Fix PHP version 7.4 requirement #1034

merged 9 commits into from
Apr 26, 2024

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    75437da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdce51c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da21813 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. PHP 7.4: Use array_key_first()

    Slightly cleaner to use the native function for getting the first key's value from an array.
    GaryJones committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    fd9b266 View commit details
    Browse the repository at this point in the history
  2. PHP 7.4: Use instanceof

    GaryJones committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    2c4c9ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5692feb View commit details
    Browse the repository at this point in the history
  4. PHP 7.4: Add return types

    GaryJones committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    c1d7f63 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1109da9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    947b3f2 View commit details
    Browse the repository at this point in the history