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

@ -78,7 +78,7 @@ final class TestCall
* Runs the current test multiple times with
* each item of the given `iterable`.
*
* @param \Closure|iterable<int, mixed>|string $data
* @param \Closure|iterable<int|string, mixed>|string $data
*/
public function with($data): TestCall
{