Problem/Motivation
The following issues show up when using php 8.4:
PHP Deprecated: Drupal\group_content_menu\GroupContentMenuParentFormSelector::parentSelectElement(): Implicitly marking parameter $menus as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/docroot/modules/contrib/group_content_menu/src/GroupContentMenuParentFormSelector.php on line 53
PHP Deprecated: Drupal\group_content_menu\GroupContentMenuParentFormSelector::getMenuOptions(): Implicitly marking parameter $menu_names as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/docroot/modules/contrib/group_content_menu/src/GroupContentMenuParentFormSelector.php on line 77
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork group_content_menu-3545902
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 #3
alecsmrekar commentedComment #4
plachLooks good, thanks!
Comment #5
heddnAre any of the phpstan findings in https://git.drupalcode.org/issue/group_content_menu-3545902/-/jobs/6488023 also valid for PHP 8.4 support?
Comment #6
alecsmrekar commentedNone of these seem directly related to PHP 8.4, everything seems to be working regardless of these phpstan warnings
Comment #9
heddn