Fix for me was to replace:
/** * @dataProvider validateTypeProvider * */
with:
#[DataProvider('validateTypeProvider')]