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

Command icon 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

glynster created an issue. See original summary.

glynster’s picture

StatusFileSize
new2.01 KB
glynster’s picture

StatusFileSize
new9.52 KB

Missed some more

dieterholvoet made their first commit to this issue’s fork.

dieterholvoet’s picture

Status: Active » Needs review

I started a MR from the latest patch and added back some argument types that were unnecessarily removed.

glynster’s picture

@dieterholvoet thanks for being thorough and for creating the MR.