Skip to content

Apply CS fixes to get rid of PHP 8.4 deprecations #16

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

Merged
merged 4 commits into from
Mar 17, 2025

Conversation

Spea
Copy link
Contributor

@Spea Spea commented Mar 14, 2025

Q A
Bug fix? kind of
New feature? no
BC breaks? no
Deprecations? no
Related tickets none
Documentation -
License MIT

What's in this PR?

Applying mainly CS fixes so the code no longer throws deprecation messages in PHP 8.4
I also updated to the latest rector version and removed (or replaced with the new alterntaive) the rules which no longer existed.

Why?

Get rid of deprecation notices when using PHP 8.4

Checklist

  • Updated CHANGELOG.md to describe BC breaks / deprecations | new feature | bugfix
    This will also support the latest fixes for PHP 8.4

Spea added 4 commits March 14, 2025 14:39
This will also support the latest fixes for PHP 8.4
Some of the rector rules got removed and could no longer be used. The ones that could be replaced where replaced, others were removed without rector providing an alternative.
@Spea Spea force-pushed the support-php-8-4 branch from 40f6c02 to f51d256 Compare March 14, 2025 14:09
Copy link
Member

@dbu dbu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice, thanks for the upgrades.

@dbu dbu merged commit 16bca5c into liip:2.x Mar 17, 2025
15 checks passed
@dbu
Copy link
Member

dbu commented Mar 17, 2025

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