regex: `@param.*(array(?!\{)(.*>)\|\w|\w(?<!@param string)\|array(?!\{))` + properties decide after https://github.com/phpstan/phpstan/issues/8438 currently the coding style is to use `array<mixed>`
regex:
@param.*(array(?!\{)(.*>)\|\w|\w(?<!@param string)\|array(?!\{))+ propertiesdecide after phpstan/phpstan#8438
currently the coding style is to use
array<mixed>