The expression yield array(null) returns the type Generator which is incompatible with the documented return type array<mixed,array<mixed,...|array<mixed,integer[]>.
Loading history...
34
yield [new stdClass()];
35
yield [123];
36
}
37
38
/**
39
* @return mixed[][]
40
*/
41
public function invalidValidateValuesProvider() : iterable