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

Improve PHP 8.4 support #45

Merged
merged 2 commits into from
Feb 1, 2025

Conversation

TomA-R
Copy link
Contributor

@TomA-R TomA-R commented Jan 31, 2025

What / Why

Fix implicitly nullable parameter declarations, which are deprecated in PHP 8.4.

@TomA-R TomA-R requested a review from a team as a code owner January 31, 2025 06:22
@LukeTowers
Copy link
Member

@TomA-R would you be willing to update the UglifyJS3 tests? Looks like there's been a change in the external dependencies for those

These have started failing since UglifyJS v3.19.2 which started converting function literals to arrow functions
@TomA-R
Copy link
Contributor Author

TomA-R commented Jan 31, 2025

Sure thing, @LukeTowers! I've pushed a commit to fix them

@LukeTowers LukeTowers changed the title PHP 8.4 deprecation warnings: Fix implicitly nullable parameter declarations Improve PHP 8.4 support Feb 1, 2025
@LukeTowers LukeTowers merged commit 064d274 into assetic-php:master Feb 1, 2025
7 checks passed
@TomA-R TomA-R deleted the php84_deprecation_warnings branch February 1, 2025 05:24
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.

2 participants