Hi,
When I add generics PHP documentation, I get error PHP0406:
/**
* @template TKey
* @template TValue
* @implements \IteratorAggregate<TKey, TValue>
*/
In my case:
WizardJobAttr
<-- StdAttributes
<-- ArrayClass
When I remove the generics PHP documentation, the error PHP0406 disappears.
Thank you.