PHP Deprecated: Drupal\structure_sync\Form\TaxonomiesSyncForm::__construct(): Implicitly marking parameter $entityTypeManager as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/web/modules/contrib/structure_sync/src/Form/TaxonomiesSyncForm.php on line 35
PHP Deprecated: Drupal\structure_sync\Form\BlocksSyncForm::__construct(): Implicitly marking parameter $entityManager as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/web/modules/contrib/structure_sync/src/Form/BlocksSyncForm.php on line 44
PHP Deprecated: Drupal\structure_sync\Form\MenuSyncForm::__construct(): Implicitly marking parameter $database as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/web/modules/contrib/structure_sync/src/Form/MenuSyncForm.php on line 35
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 03-3563762-php84-compatibility.patch | 9.52 KB | glynster |
| #2 | 02-3563762-php84-compatibility.patch | 2.01 KB | glynster |
Issue fork structure_sync-3563762
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
glynster commentedComment #3
glynster commentedMissed some more
Comment #6
dieterholvoet commentedI started a MR from the latest patch and added back some argument types that were unnecessarily removed.
Comment #7
glynster commented@dieterholvoet thanks for being thorough and for creating the MR.