Skip to content
  • Andrew Lyons's avatar
    MDL-78168 mod_assign: Stop storing properties dynamically · adddcf39
    Andrew Lyons authored
    In PHP 8.2 and later, setting a value to an undeclared class property is
    deprecated and emits a deprecation notice.
    So we need to add missing class properties that still need to be declared.
    
    In these cases, mod_assign was treating other unrelated objects as its
    personal object store. These have been updated to not require this.
    adddcf39