mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
Any Matcher refactor
This commit is contained in:
@ -341,6 +341,13 @@ final class Expectation
|
||||
|| self::hasExtend($name);
|
||||
}
|
||||
|
||||
/**
|
||||
* Matches any value
|
||||
*
|
||||
* @internal
|
||||
*
|
||||
* @return Any
|
||||
*/
|
||||
public function any(): Any
|
||||
{
|
||||
return new Any();
|
||||
|
||||
Reference in New Issue
Block a user