feat: improves DX on auto-complete

This commit is contained in:
Nuno Maduro
2023-02-17 21:02:07 +00:00
parent efca71f1e7
commit 49619ff2b5
5 changed files with 7 additions and 10 deletions

View File

@ -15,11 +15,12 @@ use Pest\Support\Exporter;
use Pest\Support\HigherOrderCallables;
use Pest\Support\NullClosure;
use Pest\TestSuite;
use PHPUnit\Framework\TestCase;
/**
* @internal
*
* @mixin HigherOrderCallables
* @mixin HigherOrderCallables|TestCase
*/
final class TestCall
{