- Issue created by @flemming.fridthjof
- 🇯🇵Japan ultrabob Japan
Thanks @flemming.fridthjof I don't have time at the moment to actually bring the code in and confirm everything, but the code changes make sense and look good to me.
The module has PHP 8.4 deprecation in the form of "Implicitly nullable via default value null" - https://wiki.php.net/rfc/deprecate-implicitly-nullable-types
This produces deprecation warnings from PHP.
Install Drupal 11+ and the 8.x-1.0-rc2 version of the menu_link_weight module running on PHP 8.4 and observe the deprecation warnings.
See attached patch.
Active
Code
Thanks @flemming.fridthjof I don't have time at the moment to actually bring the code in and confirm everything, but the code changes make sense and look good to me.