# Feature request related to https://github.com/phpstan/phpstan/issues/2173 Do we have object typing, for example: ```php /** * @return array<int, object{first:int, second:string}> */ function hello(): array { return []; } ``` Did PHPStan help you today? Did it make you happy in any way? Yes, it help me a lot!