chore: fixes coding style issues

This commit is contained in:
Nuno Maduro
2022-11-09 21:08:19 +00:00
parent acd6bb2234
commit bb56d32643
6 changed files with 17 additions and 19 deletions

View File

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