- Issue created by @yorder.be
- First commit to issue fork.
- Merge request !7Issue #3493507: Fix dynamic property creation error. → (Open) created by Unnamed author
Following error appears since PHP 8.2:
Deprecated function: Creation of dynamic property Drupal\shortcut_menu\ShortcutMenuLazyBuilder::$shortcutBuilder is deprecated in Drupal\shortcut_menu\ShortcutMenuLazyBuilder->__construct() (line 25 of modules/contrib/shortcut_menu/src/ShortcutMenuLazyBuilder.php).
Create the shortcutBuilder property in the ShortcutMenuLazyBuilder class.
Needs review
3.0
Code