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
[9.x] Fixes artisan serve command with PHP_CLI_SERVER_WORKERS environment variable (#44204)
* Fixed erroneous date parse when running with multiple workers.
PHP_CLI_SERVER_WORKERS prepends the process PID to the log line. Fixes#44082
* Fixed typo
* Apply fixes from StyleCI
* Avoids `Server running on..` being displayed multiple times
* Update ServeCommand.php
Co-authored-by: Wahib Mkadmi <[email protected]>
Co-authored-by: StyleCI Bot <[email protected]>
Co-authored-by: Taylor Otwell <[email protected]>
0 commit comments