chore: coding style changes

This commit is contained in:
Nuno Maduro
2023-02-03 12:55:01 +00:00
parent b8ac4968ee
commit d8666c8abf
13 changed files with 24 additions and 41 deletions

View File

@ -9,11 +9,10 @@ use Pest\Support\ChainableClosure;
use Pest\Support\ExceptionTrace;
use Pest\TestSuite;
use PHPUnit\Framework\ExecutionOrderDependency;
use Throwable;
use function sprintf;
use Throwable;
/**
* To avoid inheritance conflicts, all the fields related
* to Pest only will be prefixed by double underscore.