Add @template & Conditional return types
Author: ahjdevCreated Jul 9, 2024Updated Jul 14, 2024
https://phpstan.org/writing-php-code/phpdoc-types#conditional-return-types
@template T of int|array @return (T is int ? static : array)
I am not sure that you support psalm-types too
Source: phpDocumentor/ReflectionDocBlock