You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run WPCS in my Visual Code editor since a while it fails and throws:
Deprecated: Safe\gmdate(): Implicitly marking parameter $timestamp as nullable is deprecated, the explicit nullable type must be used instead in /Users/***/.composer/vendor/thecodingmachine/safe/deprecated/datetime.php on line 24
(and other similar ones)
I narrowed down that the lib thecodingmachine is used only by PHP Scoper and PHP 8.4
When I run PHP 8.3 locally all is fine.
Is this known, and is it even the right place to report it? I figured I start here and work my pat up or downstream depending on the feedback I get...
Fact is that under current circumstances the PHP Scoper isn't compatible with latest stable PHP.
The text was updated successfully, but these errors were encountered:
smileBeda
changed the title
PHP 8.1 seems unsupported?
Problems with PHP 8.4
Jan 6, 2025
I am running several composer libs locally:
When I run WPCS in my Visual Code editor since a while it fails and throws:
(and other similar ones)
I narrowed down that the lib
thecodingmachine
is used only by PHP Scoper and PHP 8.4When I run PHP 8.3 locally all is fine.
Is this known, and is it even the right place to report it? I figured I start here and work my pat up or downstream depending on the feedback I get...
Fact is that under current circumstances the PHP Scoper isn't compatible with latest stable PHP.
The text was updated successfully, but these errors were encountered: