-
Sub-task
-
Resolution: Fixed
-
Minor
-
4.0.5, 4.1.1
As discovered in MDL-76362, the mustache helper does not currently return a value in its helper function when one is expected to be returned. As a result, the following call to strip_disallowed_helpers (which calls preg_replace_callback()) is passing a null which will upset PHP 8.1 onwards.
- will help resolve
-
MDL-76362 Avoid passing null to functions strictly requiring strings (PHP 8.1)
- Closed