pestphp / pest

Pest is an elegant PHP testing Framework with a focus on simplicity, meticulously designed to bring back the joy of testing in PHP.
https://pestphp.com
MIT License
9.12k stars 319 forks source link

Update Expectation.php #1020

Closed allanmcarvalho closed 7 months ago

allanmcarvalho commented 7 months ago

Removed @internal phpdoc

What:

Description:

@internal PHPdoc was causing some wrong warnings on some methods from PEST that pass a Expectation instance like in each method. This PR solve this problem.

Related:

As mentioned on #1018 @nunomaduro requested this pull request