ProxyManager
ProxyManager copied to clipboard
Promoted constructor properties should not be doubled, fix #784
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