Can you hint an array's items type? [duplicate] Can you hint an array's items type? [duplicate] php php

Can you hint an array's items type? [duplicate]


Use

@return TClass3[]

or

@return TClass3[]|TClass3


Are you trying to hint the return type so the documentation generates it? If so you could probably do it, you could also put it in the description of that variable.

It's a comment, you're allowed to do anything in it.