cannot get rid of phpstan errors since switching to php attributes for OpenApi – has no value type specified in iterable type arra
I am using swagger to create an OpenApi documentation.
I am switching now to php attributes and phpstan in level 6 complain about missing specific array declaration, which worked totally fine as long as I was using annotations.