Skip to content

Resolve deprecation warnings on PHP 8.5+#53

Open
dwanjuki wants to merge 1 commit intostrangerstudios:devfrom
dwanjuki:fix-php-8.5-notices
Open

Resolve deprecation warnings on PHP 8.5+#53
dwanjuki wants to merge 1 commit intostrangerstudios:devfrom
dwanjuki:fix-php-8.5-notices

Conversation

@dwanjuki
Copy link

@dwanjuki dwanjuki commented Jan 9, 2026

All Submissions:

Changes proposed in this Pull Request:

Cast names (boolean), (integer), (double), and (binary) have been deprecated in PHP 8.5.

Updating (double) cast name to (float).

Resolves notice Non-canonical cast (double) is deprecated, use the (float) cast instead

Other information:

  • Have you added an explanation of what your changes do and why you'd like us to include them?
  • Have you successfully run tests with your changes locally?

Changelog entry

Fixed a PHP deprecation warning that may show on sites running PHP 8.5+.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant