Automatically closed - issue fixed for 2 weeks with no activity.
Php 8 is not supporting a required parameter after an optional one in method declaration and giving the below warnings in phpcs compatibility check
FILE: /var/www/docroot/sites/all/modules/contrib/migrate/migrate_ui/migrate_ui.pages.inc
------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
------------------------------------------------------------------------------------------
568 | WARNING | Declaring a required parameter after an optional one is deprecated since PHP 8.0. Parameter
| | $force is optional, while parameter $context is required.
------------------------------------------------------------------------------------------
Proposing the attached patch to fix the issue
Fixed
2.0
migrate_ui
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.