chore: missing properties

This commit is contained in:
Nuno Maduro
2023-06-16 09:43:38 +01:00
parent c98d8ca26a
commit 17db4bd616

View File

@ -38,6 +38,10 @@ use PHPUnit\Framework\ExpectationFailedException;
* *
* @property OppositeExpectation $not Creates the opposite expectation. * @property OppositeExpectation $not Creates the opposite expectation.
* @property EachExpectation $each Creates an expectation on each element on the traversable value. * @property EachExpectation $each Creates an expectation on each element on the traversable value.
* @property PendingArchExpectation $classes
* @property PendingArchExpectation $traits
* @property PendingArchExpectation $interfaces
* @property PendingArchExpectation $enums
* *
* @mixin Mixins\Expectation<TValue> * @mixin Mixins\Expectation<TValue>
* @mixin PendingArchExpectation * @mixin PendingArchExpectation