Update Expectation.php

This commit is contained in:
Nuno Maduro
2022-09-19 11:03:30 +01:00
committed by GitHub
parent a8b8adafdf
commit 3799dc7a2a

View File

@ -342,11 +342,7 @@ final class Expectation
}
/**
* Matches any value
*
* @internal
*
* @return Any
* Matches any value.
*/
public function any(): Any
{