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
I ran the configure.php script with PHP 8.4, and saw these notices:
PHP Deprecated: Create_WordPress_Project\Configure\run(): Implicitly marking parameter $dir as nullable is deprecated, the explicit nullable type must be used instead in /Users/mslinnea/broadway/www/my-new-project/configure.php on line 103
Deprecated: Create_WordPress_Project\Configure\run(): Implicitly marking parameter $dir as nullable is deprecated, the explicit nullable type must be used instead in /Users/mslinnea/broadway/www/my-new-project/configure.php on line 103
Additionally, composer packages need to be updated for PHP 8.4
Use Case
As a developer, I'd love to use PHP 8.4
The text was updated successfully, but these errors were encountered:
Description
I ran the configure.php script with PHP 8.4, and saw these notices:
PHP Deprecated: Create_WordPress_Project\Configure\run(): Implicitly marking parameter $dir as nullable is deprecated, the explicit nullable type must be used instead in /Users/mslinnea/broadway/www/my-new-project/configure.php on line 103
Deprecated: Create_WordPress_Project\Configure\run(): Implicitly marking parameter $dir as nullable is deprecated, the explicit nullable type must be used instead in /Users/mslinnea/broadway/www/my-new-project/configure.php on line 103
Additionally, composer packages need to be updated for PHP 8.4
Use Case
As a developer, I'd love to use PHP 8.4
The text was updated successfully, but these errors were encountered: