- Issue created by @mandclu
- Status changed to Fixed
4 months ago 1:39pm 15 August 2024 Automatically closed - issue fixed for 2 weeks with no activity.
In Drupal 11 (could be a PHP 8.3 issue) I sometimes see a list of warnings about missing array keys in SmartDateRul.php on lines 948 and 949. The next line checks if the results are instances of an expected class, so it won't change the logic of the code if we add a nullsafe check when accessing these array elements.
Add nullsafe fallbacks to NULL on the cited lines.
Fixed
4.1
Smart Date Recur
Automatically closed - issue fixed for 2 weeks with no activity.