chore: style changes

This commit is contained in:
Nuno Maduro
2023-08-17 11:24:16 +01:00
parent 0b261ef97b
commit 492f797dd5
18 changed files with 62 additions and 42 deletions

View File

@ -10,9 +10,10 @@ use Pest\Exceptions\DatasetAlreadyExists;
use Pest\Exceptions\DatasetDoesNotExist;
use Pest\Exceptions\ShouldNotHappen;
use Pest\Support\Exporter;
use function sprintf;
use Traversable;
use function sprintf;
/**
* @internal
*/