Needs review
Project:
Responsive and off-canvas menu
Version:
4.4.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
26 Mar 2026 at 06:13 UTC
Updated:
30 Apr 2026 at 14:02 UTC
Jump to comment: Most recent
Comments
Comment #2
sirclickalotComment #3
amritsingh09 commentedI am working on a patch for this.
Comment #4
amritsingh09 commentedFix committed to issue fork to resolve PHP 8.5 nullable parameter deprecation in SettingsForm::getMenuOptions().
Updated implicit nullable parameter to explicit nullable type (?array $menu_names = NULL), aligning with PHP 8.1+ requirements.
Tested on Drupal 10 and Drupal 11 — no deprecation warnings observed.