ProxyManager icon indicating copy to clipboard operation
ProxyManager copied to clipboard

Promoted constructor properties should not be doubled, fix #784

Open Grundik opened this issue 1 year ago • 0 comments

Since properties are inherited, their declaration should not be doubled.

Issue arises with laminas-code versions, which supports constructor property promotion (at least 4.7, maybe earlier).

Closes #784

// cc @nicolas-grekas

Grundik avatar May 16 '23 16:05 Grundik