Merge pull request #251 from MatanYadaev/fix-expect-phpdoc

Fix `TestCase@expect` phpDoc
This commit is contained in:
Nuno Maduro
2021-01-05 20:19:03 +01:00
committed by GitHub

View File

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