Skip to content

PHP8.4 hook processing is not supported. #49

@nikita-stena

Description

@nikita-stena

When using the new php8.4 syntax to implement hooks, the error "There was 1 validation error." is returned.

final class MainPageDTO extends SimpleDTO
{

    protected(set) DonationFormText $donationForm {
        get {
            return $this->donationForm;
        }
    }

    // or
    protected DonationFormText $donationForm {
        get {
            return $this->donationForm;
        }
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions