https://phpstan.org/writing-php-code/phpdoc-types#conditional-return-types @template T of int|array<int> @return (T is int ? static : array<static>) I am not sure that you support psalm-types too
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