Problem/Motivation

Dynamic properties are deprecated in PHP 8.2+ as per https://php.watch/versions/8.2/dynamic-properties-deprecated

Steps to reproduce

Use the theme with PHP 8.2+

Proposed resolution

Declare the missing $delta property.

CommentFileSizeAuthor
#3 3381116-and-2998663-3.patch1.35 KBfenstrat
#2 3381116-2.patch404 bytesfenstrat

Comments

fenstrat created an issue. See original summary.

fenstrat’s picture

Status: Active » Needs review
StatusFileSize
new404 bytes
fenstrat’s picture

StatusFileSize
new1.35 KB

Same patch, but combined with #2998663-2: Error "Warning: A non-numeric value encountered in alpha_theme_container->regions() " on php 7.1 as when that is applied this one doesn't apply, think it's due to the missing blank line at the end of the file.