Problem/Motivation

The module is using typed class properties, which were introduced first in PHP 7.4. The module therefore works only with PHP >= 7.4 and trying to use it with PHP 7.3 throws errors.

Steps to reproduce

Run the module with PHP 7.3 and e.g. clear caches.

Proposed resolution

Require PHP >= 7.4 in composer.json.

Remaining tasks

User interface changes

API changes

Data model changes

CommentFileSizeAuthor
#2 3261944-2.patch348 byteshchonov

Comments

hchonov created an issue. See original summary.

hchonov’s picture

StatusFileSize
new348 bytes

adamps’s picture

Category: Bug report » Task
Status: Needs review » Fixed

Great thanks

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.