fix TestCase expect phpDoc

This commit is contained in:
Matan Yadaev
2021-01-05 20:42:14 +02:00
parent b0f03c278d
commit df934bacd9

View File

@ -12,7 +12,7 @@ use Pest\TestSuite;
use SebastianBergmann\Exporter\Exporter;
/**
* @method \Pest\Expectation expect(mixed $value)
* @method \Pest\Expectations\Expectation expect(mixed $value)
*
* @internal
*/