fix: authorize string as key for datasets

This commit is contained in:
Mickaël Isaert
2020-11-30 14:50:40 +01:00
parent 29b4ee33bb
commit f017015d1e
3 changed files with 3 additions and 3 deletions

View File

@ -59,7 +59,7 @@ final class TestCaseFactory
/**
* Holds the dataset, if any.
*
* @var Closure|iterable<int, mixed>|string|null
* @var Closure|iterable<int|string, mixed>|string|null
*/
public $dataset;