From 17db4bd616d8140f718f5ed4df50b99a7b797543 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Fri, 16 Jun 2023 09:43:38 +0100 Subject: [PATCH] chore: missing properties --- src/Expectation.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Expectation.php b/src/Expectation.php index d237b567..bd8524a3 100644 --- a/src/Expectation.php +++ b/src/Expectation.php @@ -38,6 +38,10 @@ use PHPUnit\Framework\ExpectationFailedException; * * @property OppositeExpectation $not Creates the opposite expectation. * @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 * @mixin PendingArchExpectation