- Issue created by @lstirk
- π¬π§United Kingdom joshhawley
Adding a patch for this issue while the MR is still open.
- πΊπΈUnited States jrb Raleigh-Durham Area, NC, USA
There's a similar issue in
src/Form/NotifyExtendForm.php
. The attached patch fixes that, too. Drupal version: 10.3.13
Php version: 8.3.14
Module version: 3.0.2
I have reviewed and tested the patch β , and it correctly addresses PHP 8.3 compatibility issues by explicitly declaring the$config property
in bothContentNotifyManager
andNotifyExtendForm
. This prevents runtime errors due to undefined properties and ensures compliance with stricter initialization rules in PHP 8.3. The changes are also align with Drupalβs coding standards. The patch is working as expected, and I am moving the issue status to RTBC