Merge pull request #1020 from allanmcarvalho/2.x

Update Expectation.php
This commit is contained in:
Nuno Maduro
2023-11-23 17:42:51 +00:00
committed by GitHub

View File

@ -34,8 +34,6 @@ use PHPUnit\Architecture\Elements\ObjectDescription;
use PHPUnit\Framework\ExpectationFailedException; use PHPUnit\Framework\ExpectationFailedException;
/** /**
* @internal
*
* @template TValue * @template TValue
* *
* @property OppositeExpectation $not Creates the opposite expectation. * @property OppositeExpectation $not Creates the opposite expectation.