### Laravel Version 12.16.0 ### PHP Version 8.3.14 ### Database Driver & Version _No response_ ### Description When running `composer run dev`, there is a repeated truncated warning from symfony/console 7.3: ``` [logs] WARNING Since symfony/console 7.3: Method "Symfony\Component\Console\Command\Comman... ``` Unable to see the full warning. No warning is reported in `storage/logs`. ### Steps To Reproduce 1. Create a Laravel application with the latest version of Laravel Installer (5.15.0). 2. Run `composer run dev`. 3. See warning in console