From c743b10a870b56e7a10fc0bab13fa8e92032c6e8 Mon Sep 17 00:00:00 2001 From: Allan Mariucci Carvalho Date: Thu, 23 Nov 2023 13:15:50 -0300 Subject: [PATCH] Update Expectation.php Removed @internal phpdoc --- src/Expectation.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Expectation.php b/src/Expectation.php index 5885bfeb9..4297a8c89 100644 --- a/src/Expectation.php +++ b/src/Expectation.php @@ -34,8 +34,6 @@ use PHPUnit\Framework\ExpectationFailedException; /** - * @internal - * * @template TValue * * @property OppositeExpectation $not Creates the opposite expectation.