Adds @mixin for HigherOrderCallables class

This commit is contained in:
luke
2021-06-25 09:24:16 +01:00
parent f2e56da2da
commit c290909eb3

View File

@ -11,7 +11,8 @@ use Pest\Support\NullClosure;
use Pest\TestSuite; use Pest\TestSuite;
use SebastianBergmann\Exporter\Exporter; use SebastianBergmann\Exporter\Exporter;
/** /*
* @mixin \Pest\Support\HigherOrderCallables
* @method \Pest\Expectations\Expectation expect(mixed $value) * @method \Pest\Expectations\Expectation expect(mixed $value)
* *
* @internal * @internal