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
During the Composer update process in the Laravel framework, an error occurred, resulting in the following error message:
Deprecated: Optional parameter $api declared before required parameter $then is implicitly treated as a required parameter in /Users/zoltankrisztin/PhpstormProjects/laravel/vendor/laravel/framework/src/Illuminate/Foundation/Configuration/ApplicationBuilder.php on line 185
Steps To Reproduce
composer update
The text was updated successfully, but these errors were encountered:
Thank you for reporting. I'm guessing you're using a dev version of framework? Because it's from #51356 which hasn't been released yet so the above reported version is incorrect.
Köszönjük a bejelentést. Gondolom a keretrendszer fejlesztői verzióját használod? Mivel az #51356-os számból származik, ami még nem adták ki, így a fent közölt verzió hibás.
Laravel Version
11.7.0
PHP Version
8.3.6
Database Driver & Version
Mysql 8.3
Description
During the Composer update process in the Laravel framework, an error occurred, resulting in the following error message:
Deprecated: Optional parameter $api declared before required parameter $then is implicitly treated as a required parameter in /Users/zoltankrisztin/PhpstormProjects/laravel/vendor/laravel/framework/src/Illuminate/Foundation/Configuration/ApplicationBuilder.php on line 185
Steps To Reproduce
composer update
The text was updated successfully, but these errors were encountered: