The expression yield array(new stdClass()) returns the type Generator which is incompatible with the documented return type array<mixed,array<mixed,object>>.
Loading history...
30
yield [
31
new class extends stdClass {
32
},
33
];
34
}
35
36
/**
37
* @return mixed[][]
38
*/
39
public function invalidValidateValuesProvider() : iterable